diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:10:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 18:10:01 +0100 |
commit | 84eca12a761369daddbdece6b814cd9554acf326 (patch) | |
tree | 2a63e114655c28c6dd50d74b4dce8bf544259fcb /xorg/xorg-libxcursor/Pkgfile | |
parent | a1a76ae51aac8d58a2164be20f62cf29d93b2994 (diff) | |
download | nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.gz nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.bz2 nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.tar.xz nutyx-extra-84eca12a761369daddbdece6b814cd9554acf326.zip |
xorg-libxcursor, maj 1.1.11-1
Diffstat (limited to 'xorg/xorg-libxcursor/Pkgfile')
-rw-r--r-- | xorg/xorg-libxcursor/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-libxcursor/Pkgfile b/xorg/xorg-libxcursor/Pkgfile index add86e25d..e32b5f8b2 100644 --- a/xorg/xorg-libxcursor/Pkgfile +++ b/xorg/xorg-libxcursor/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libxrender,xorg-libxfixes,xorg-libx11 name=xorg-libxcursor -version=1.1.10 +version=1.1.11 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2) build() { cd libXcursor-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |