summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcomposite/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:09:41 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:09:41 +0100
commita1a76ae51aac8d58a2164be20f62cf29d93b2994 (patch)
tree7bbe46b7f4efac12b8827d97188fe800df486a84 /xorg/xorg-libxcomposite/Pkgfile
parent33059f0a71566efe89e3663b32729ca2a26f900b (diff)
downloadnutyx-pakxe-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.gz
nutyx-pakxe-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.bz2
nutyx-pakxe-a1a76ae51aac8d58a2164be20f62cf29d93b2994.tar.xz
nutyx-pakxe-a1a76ae51aac8d58a2164be20f62cf29d93b2994.zip
xorg-libxcomposite, maj 0.4.3-1
Diffstat (limited to 'xorg/xorg-libxcomposite/Pkgfile')
-rw-r--r--xorg/xorg-libxcomposite/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile
index 21cd480b4..26421a9de 100644
--- a/xorg/xorg-libxcomposite/Pkgfile
+++ b/xorg/xorg-libxcomposite/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxfixes,xorg-libxext
name=xorg-libxcomposite
-version=0.4.2
+version=0.4.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
build() {
cd libXcomposite-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}