summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-recordproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-recordproto/Pkgfile')
-rw-r--r--xorg/xorg-recordproto/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg/xorg-recordproto/Pkgfile b/xorg/xorg-recordproto/Pkgfile
index 550f601c3..8fe4b7fc5 100644
--- a/xorg/xorg-recordproto/Pkgfile
+++ b/xorg/xorg-recordproto/Pkgfile
@@ -1,18 +1,17 @@
# Description: xorg proto recordproto
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
name=xorg-recordproto
-version=1.14
+version=1.14.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2)
build() {
cd recordproto-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
+ rm -r $PKG/$XORG_PREFIX/share
}