summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xmag/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-12 21:02:50 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-12 21:02:50 +0100
commit5a7a86bb2b81d486677464e879814161d3975f96 (patch)
treed543386b4996aba40f7d54b1776bbf5c6494c176 /xorg/xorg-xmag/Pkgfile
parentef05aa8af3c022ab515e2b4028de8408737cf9e9 (diff)
downloadnutyx-extra-5a7a86bb2b81d486677464e879814161d3975f96.tar.gz
nutyx-extra-5a7a86bb2b81d486677464e879814161d3975f96.tar.bz2
nutyx-extra-5a7a86bb2b81d486677464e879814161d3975f96.tar.xz
nutyx-extra-5a7a86bb2b81d486677464e879814161d3975f96.zip
xorg-xmag, 1.0.4-1
Diffstat (limited to 'xorg/xorg-xmag/Pkgfile')
-rw-r--r--xorg/xorg-xmag/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xmag/Pkgfile b/xorg/xorg-xmag/Pkgfile
index 502f18d92..fecfa01f9 100644
--- a/xorg/xorg-xmag/Pkgfile
+++ b/xorg/xorg-xmag/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxaw
name=xorg-xmag
-version=1.0.3
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xmag-$version.tar.bz2)
build() {
cd xmag-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}