summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxinerama/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:12:10 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:12:10 +0100
commit53ec360f5302f8c5454107063d00093b6c4242fb (patch)
treec4558d238a067eb1db2e5209543ca007c6016ad9 /xorg/xorg-libxinerama/Pkgfile
parent84eca12a761369daddbdece6b814cd9554acf326 (diff)
downloadnutyx-pakxe-53ec360f5302f8c5454107063d00093b6c4242fb.tar.gz
nutyx-pakxe-53ec360f5302f8c5454107063d00093b6c4242fb.tar.bz2
nutyx-pakxe-53ec360f5302f8c5454107063d00093b6c4242fb.tar.xz
nutyx-pakxe-53ec360f5302f8c5454107063d00093b6c4242fb.zip
xorg-libxinerama, maj 1.1.1-1
Diffstat (limited to 'xorg/xorg-libxinerama/Pkgfile')
-rw-r--r--xorg/xorg-libxinerama/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxinerama/Pkgfile b/xorg/xorg-libxinerama/Pkgfile
index 73ff1530a..06da44877 100644
--- a/xorg/xorg-libxinerama/Pkgfile
+++ b/xorg/xorg-libxinerama/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxext
name=xorg-libxinerama
-version=1.1
+version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2)
build() {
cd libXinerama-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}