summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
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
}