summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxpm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxpm/Pkgfile')
-rw-r--r--xorg/xorg-libxpm/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxpm/Pkgfile b/xorg/xorg-libxpm/Pkgfile
index d51ff80e3..eb8bb713b 100644
--- a/xorg/xorg-libxpm/Pkgfile
+++ b/xorg/xorg-libxpm/Pkgfile
@@ -1,6 +1,7 @@
# Description: xorg lib libXpm
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-xproto, xorg-libx11, xorg-libxt, xorg-xextproto, xorg-libxext
name=xorg-libxpm
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXpm-$version.tar.
build() {
cd libXpm-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install