summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxp/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-24 20:55:12 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-24 20:55:12 +0100
commit97fc1f7769c947fbd3fa77233d139a14933a3a43 (patch)
tree44fd929d8486d89545cd39e2371de330b92bd764 /xorg/xorg-libxp/Pkgfile
parent6b10b664fcb5389e66273db676b6d2f6a812b1ba (diff)
downloadnutyx-extra-97fc1f7769c947fbd3fa77233d139a14933a3a43.tar.gz
nutyx-extra-97fc1f7769c947fbd3fa77233d139a14933a3a43.tar.bz2
nutyx-extra-97fc1f7769c947fbd3fa77233d139a14933a3a43.tar.xz
nutyx-extra-97fc1f7769c947fbd3fa77233d139a14933a3a43.zip
maj de xorg-libxp#1.0.0-2
Diffstat (limited to 'xorg/xorg-libxp/Pkgfile')
-rw-r--r--xorg/xorg-libxp/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxp/Pkgfile b/xorg/xorg-libxp/Pkgfile
index a53774a0c..62874593f 100644
--- a/xorg/xorg-libxp/Pkgfile
+++ b/xorg/xorg-libxp/Pkgfile
@@ -6,14 +6,15 @@
name=xorg-libxp
version=1.0.0
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2)
build() {
# build package
cd libXp-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}