summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-10 10:30:39 +0100
committersibel <lesibel@free.fr>2011-03-10 10:30:39 +0100
commit0e81239b1ff38a9b5182519f31a3be81e492814c (patch)
tree8b165fb2fcfbf15831e977cfe0488935e5ae7e21 /xorg/xorg-iceauth/Pkgfile
parentf3c8f5959945275c1771c324f81d178ce1fe27ab (diff)
downloadnutyx-pakxe-0e81239b1ff38a9b5182519f31a3be81e492814c.tar.gz
nutyx-pakxe-0e81239b1ff38a9b5182519f31a3be81e492814c.tar.bz2
nutyx-pakxe-0e81239b1ff38a9b5182519f31a3be81e492814c.tar.xz
nutyx-pakxe-0e81239b1ff38a9b5182519f31a3be81e492814c.zip
xorg-iceauth, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-iceauth/Pkgfile')
-rw-r--r--xorg/xorg-iceauth/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile
index 80b0876f1..e4b728b62 100644
--- a/xorg/xorg-iceauth/Pkgfile
+++ b/xorg/xorg-iceauth/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libice
name=xorg-iceauth
-version=1.0.2
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
build() {
cd iceauth-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}