diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:54:24 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:54:24 +0100 |
commit | b37bd55a9dad98491fde5f8b2c90f2703f9c4ff2 (patch) | |
tree | fa08a4bff76d416abd151cb648ceb6e6a3293c1e /xorg | |
parent | a9726514d8b42efe86188b295c3631fc6ab62444 (diff) | |
download | nutyx-pakxe-b37bd55a9dad98491fde5f8b2c90f2703f9c4ff2.tar.gz nutyx-pakxe-b37bd55a9dad98491fde5f8b2c90f2703f9c4ff2.tar.bz2 nutyx-pakxe-b37bd55a9dad98491fde5f8b2c90f2703f9c4ff2.tar.xz nutyx-pakxe-b37bd55a9dad98491fde5f8b2c90f2703f9c4ff2.zip |
Ajout de xorg-xf86-video-sunffb#1.2.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xf86-video-sunffb/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-sunffb/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-sunffb/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-sunffb/.footprint b/xorg/xorg-xf86-video-sunffb/.footprint new file mode 100644 index 000000000..332497588 --- /dev/null +++ b/xorg/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/xorg-xf86-video-sunffb/.md5sum b/xorg/xorg-xf86-video-sunffb/.md5sum new file mode 100644 index 000000000..b2562ee7d --- /dev/null +++ b/xorg/xorg-xf86-video-sunffb/.md5sum @@ -0,0 +1 @@ +816842de26bce8a935f3c9c3cfedbc42 xf86-video-sunffb-1.2.0.tar.bz2 diff --git a/xorg/xorg-xf86-video-sunffb/Pkgfile b/xorg/xorg-xf86-video-sunffb/Pkgfile new file mode 100644 index 000000000..d2627bae3 --- /dev/null +++ b/xorg/xorg-xf86-video-sunffb/Pkgfile @@ -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.0 +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 +} |