summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcmiscproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-xcmiscproto/Pkgfile')
-rw-r--r--xorg/xorg-xcmiscproto/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/xorg/xorg-xcmiscproto/Pkgfile b/xorg/xorg-xcmiscproto/Pkgfile
index a5ec69030..f886b9e2e 100644
--- a/xorg/xorg-xcmiscproto/Pkgfile
+++ b/xorg/xorg-xcmiscproto/Pkgfile
@@ -1,18 +1,17 @@
# Description: xorg proto xcmiscproto
# 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-xcmiscproto
-version=1.2.0
+version=1.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-$version.tar.bz2)
build() {
cd xcmiscproto-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
+ rm -r $PKG/$XORG_PREFIX/share
}