
# This is also carried in Slackware x86 - /extra
# Check the source there first.

# http://cgit.freedesktop.org/xorg/driver/xf86-video-fbdev/

# Downloads come from here - which include the ready made "Makefile" and "configure"
# scripts (the git web interface's archives don't).
# http://xorg.freedesktop.org/releases/individual/lib/liblbxutil-1.1.0.tar.bz2

# The RHEL srpm also contains some patches:
# http://vault.centos.org/6.2/os/Source/SPackages/


cd /tmp
rm -rf xf86-video-fbdev ; mkdir xf86-video-fbdev ; cd xf86-video-fbdev
git clone https://anongit.freedesktop.org/git/xorg/driver/xf86-video-fbdev.git
cd xf86-video-fbdev
FBDEVVER=$( echo $(git rev-list --count master).$(git rev-parse --short master) )
cd ..
mv xf86-video-fbdev xf86-video-fbdev-$FBDEVVER
#wget http://cgit.freedesktop.org/xorg/driver/xf86-video-fbdev/snapshot/xf86-video-fbdev-0.4.4.tar.bz2
#bunzip2 xf86-video-fbdev-*bz2
#xz -z xf86-video-fbdev-*tar
tar cf xf86-video-fbdev-${FBDEVVER}.tar xf86-video-fbdev*
xz -ze9 *tar
ls -1 $PWD/*.xz

