summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-resourceproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-resourceproto/Pkgfile')
-rw-r--r--xorg/xorg-resourceproto/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-resourceproto/Pkgfile b/xorg/xorg-resourceproto/Pkgfile
index e7ef51f56..01ccdba7d 100644
--- a/xorg/xorg-resourceproto/Pkgfile
+++ b/xorg/xorg-resourceproto/Pkgfile
@@ -1,18 +1,16 @@
# Description: xorg proto resourceproto
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=xorg-resourceproto
-version=1.1.0
+version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/resourceproto-$version.tar.bz2)
build() {
cd resourceproto-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}