diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:18:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 14:18:28 +0100 |
commit | cfe683733554672a26b049dfe94f613dd1451325 (patch) | |
tree | 24b849d9f40b030f50e4af7e3fd21fa998a86cec /xorg/xorg-bigreqsproto/Pkgfile | |
parent | 9c0aee66801598242431887ea9f18148813672a9 (diff) | |
download | nutyx-pakxe-cfe683733554672a26b049dfe94f613dd1451325.tar.gz nutyx-pakxe-cfe683733554672a26b049dfe94f613dd1451325.tar.bz2 nutyx-pakxe-cfe683733554672a26b049dfe94f613dd1451325.tar.xz nutyx-pakxe-cfe683733554672a26b049dfe94f613dd1451325.zip |
xorg-bigreqsproto, maj 1.1.1-1
Diffstat (limited to 'xorg/xorg-bigreqsproto/Pkgfile')
-rw-r--r-- | xorg/xorg-bigreqsproto/Pkgfile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg/xorg-bigreqsproto/Pkgfile b/xorg/xorg-bigreqsproto/Pkgfile index cc9936537..9e26d38c5 100644 --- a/xorg/xorg-bigreqsproto/Pkgfile +++ b/xorg/xorg-bigreqsproto/Pkgfile @@ -1,18 +1,17 @@ # Description: xorg proto bigreqsproto # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Packager: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch name=xorg-bigreqsproto -version=1.1.0 +version=1.1.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2) build() { cd bigreqsproto-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install + rm -r $PKG/$XORG_PREFIX/share } |