diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:38:27 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:38:27 +0100 |
commit | 1b400814180066d1f51890da3f74e8e528055c70 (patch) | |
tree | 15b07475be7c0e05bc3f5fd4383a3b9b45582c90 /xorg/xorg-xf86-video-chips | |
parent | ee5809d67f43fb94348afa5b0f11bdae01b9711b (diff) | |
download | nutyx-pakxe-1b400814180066d1f51890da3f74e8e528055c70.tar.gz nutyx-pakxe-1b400814180066d1f51890da3f74e8e528055c70.tar.bz2 nutyx-pakxe-1b400814180066d1f51890da3f74e8e528055c70.tar.xz nutyx-pakxe-1b400814180066d1f51890da3f74e8e528055c70.zip |
Ajout de xorg-xf86-video-chips#1.2.1-1
Diffstat (limited to 'xorg/xorg-xf86-video-chips')
-rw-r--r-- | xorg/xorg-xf86-video-chips/.footprint | 10 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-chips/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xf86-video-chips/Pkgfile | 18 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-video-chips/.footprint b/xorg/xorg-xf86-video-chips/.footprint new file mode 100644 index 000000000..e89ef2df2 --- /dev/null +++ b/xorg/xorg-xf86-video-chips/.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/chips_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/chips_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/chips.4.gz diff --git a/xorg/xorg-xf86-video-chips/.md5sum b/xorg/xorg-xf86-video-chips/.md5sum new file mode 100644 index 000000000..5f062eacd --- /dev/null +++ b/xorg/xorg-xf86-video-chips/.md5sum @@ -0,0 +1 @@ +2f2643fca6335f18024bffa6c4e0c12f xf86-video-chips-1.2.1.tar.bz2 diff --git a/xorg/xorg-xf86-video-chips/Pkgfile b/xorg/xorg-xf86-video-chips/Pkgfile new file mode 100644 index 000000000..bb0d0922c --- /dev/null +++ b/xorg/xorg-xf86-video-chips/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-chips +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-chips +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-$version.tar.bz2) + +build() { + cd xf86-video-chips-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |