diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:06:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:06:44 +0100 |
commit | c201506f4b535c0e864978b79903e2c443b92177 (patch) | |
tree | cbb5d68d573b81a4b513d51510e6aee45d694d73 /xorg/xorg-libxcursor/Pkgfile | |
parent | 310096e5c052c211d54a426bc73e038b01423da4 (diff) | |
download | nutyx-extra-c201506f4b535c0e864978b79903e2c443b92177.tar.gz nutyx-extra-c201506f4b535c0e864978b79903e2c443b92177.tar.bz2 nutyx-extra-c201506f4b535c0e864978b79903e2c443b92177.tar.xz nutyx-extra-c201506f4b535c0e864978b79903e2c443b92177.zip |
maj de xorg-libxcursor#1.1.10-1
Diffstat (limited to 'xorg/xorg-libxcursor/Pkgfile')
-rw-r--r-- | xorg/xorg-libxcursor/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-libxcursor/Pkgfile b/xorg/xorg-libxcursor/Pkgfile index 56f587f02..647a7337a 100644 --- a/xorg/xorg-libxcursor/Pkgfile +++ b/xorg/xorg-libxcursor/Pkgfile @@ -1,6 +1,7 @@ # Description: xorg lib libXcursor # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxrender, xorg-libxfixes, xorg-libx11, xorg-fixesproto name=xorg-libxcursor @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version. build() { cd libXcursor-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |