summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcursorgen/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 20:10:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 20:10:24 +0100
commit97eacdb648077c3552fc14dffb67539876ad7ebd (patch)
treef70779ace40c9e2f7f318a3fb47e49faecd15d04 /xorg/xorg-xcursorgen/Pkgfile
parent75b128f95083bcd7625d2fdd54f8c0b60114aa25 (diff)
downloadnutyx-pakxe-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.gz
nutyx-pakxe-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.bz2
nutyx-pakxe-97eacdb648077c3552fc14dffb67539876ad7ebd.tar.xz
nutyx-pakxe-97eacdb648077c3552fc14dffb67539876ad7ebd.zip
xorg-xcursorgen, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-xcursorgen/Pkgfile')
-rw-r--r--xorg/xorg-xcursorgen/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile
index 41abc8ba8..30bacba69 100644
--- a/xorg/xorg-xcursorgen/Pkgfile
+++ b/xorg/xorg-xcursorgen/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxcursor,libpng
name=xorg-xcursorgen
-version=1.0.3
+version=1.0.4
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2)
build() {
cd xcursorgen-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}