diff options
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 } |