
# 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
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
ls -1 $PWD/*.xz

