diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:57:09 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:57:09 +0100 |
commit | e2987e2d34ee211378618cc822c63258f399a493 (patch) | |
tree | 14e4fcebf0fb2d6a0dad30aaa83060aa6ea5eedf /xorg/xorg-libxxf86dga/Pkgfile | |
parent | 20151a2a65196e0c8da930eef23a70f1a02c641a (diff) | |
download | nutyx-pakxe-e2987e2d34ee211378618cc822c63258f399a493.tar.gz nutyx-pakxe-e2987e2d34ee211378618cc822c63258f399a493.tar.bz2 nutyx-pakxe-e2987e2d34ee211378618cc822c63258f399a493.tar.xz nutyx-pakxe-e2987e2d34ee211378618cc822c63258f399a493.zip |
Ajout de xorg-libxxf86dga#1.0.2-1
Diffstat (limited to 'xorg/xorg-libxxf86dga/Pkgfile')
-rw-r--r-- | xorg/xorg-libxxf86dga/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxxf86dga/Pkgfile b/xorg/xorg-libxxf86dga/Pkgfile new file mode 100644 index 000000000..5867a5879 --- /dev/null +++ b/xorg/xorg-libxxf86dga/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg lib libXxf86dga +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86dgaproto + +name=xorg-libxxf86dga +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version.tar.bz2) + +build() { + cd libXxf86dga-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |