diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86-video-sunffb | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xf86-video-sunffb')
-rw-r--r-- | xorg-xf86-video-sunffb/.footprint | 10 | ||||
-rw-r--r-- | xorg-xf86-video-sunffb/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-video-sunffb/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xf86-video-sunffb/Pkgfile.old | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xf86-video-sunffb/.footprint b/xorg-xf86-video-sunffb/.footprint new file mode 100644 index 0000000..3324975 --- /dev/null +++ b/xorg-xf86-video-sunffb/.footprint @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/sunffb_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/sunffb_drv.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/sunffb.4.gz diff --git a/xorg-xf86-video-sunffb/.md5sum b/xorg-xf86-video-sunffb/.md5sum new file mode 100644 index 0000000..60e9a79 --- /dev/null +++ b/xorg-xf86-video-sunffb/.md5sum @@ -0,0 +1 @@ +1bb374fe5ab3ed780d353b2b12ba6255 xf86-video-sunffb-1.2.1.tar.bz2 diff --git a/xorg-xf86-video-sunffb/Pkgfile b/xorg-xf86-video-sunffb/Pkgfile new file mode 100644 index 0000000..f37cf94 --- /dev/null +++ b/xorg-xf86-video-sunffb/Pkgfile @@ -0,0 +1,17 @@ +description="xorg driver xf86-video-sunffb" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-video-sunffb +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sunffb-1.2.1.tar.bz2) +build () +{ + cd xf86-video-sunffb-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-video-sunffb/Pkgfile.old b/xorg-xf86-video-sunffb/Pkgfile.old new file mode 100644 index 0000000..a34625e --- /dev/null +++ b/xorg-xf86-video-sunffb/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-sunffb +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-sunffb +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sunffb-$version.tar.bz2) + +build() { + cd xf86-video-sunffb-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |