diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:11:13 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 12:11:13 +0200 |
commit | 673189e3b772f9c9bc1b2acf54bd817307a45422 (patch) | |
tree | a1faa3d413d1f03f9e247743bd560679b58a26ed /xorg/xorg-xcursorgen/Pkgfile | |
parent | e4bf8fbb3774ab22175e2e2e765690ef30b2f508 (diff) | |
download | nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.gz nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.bz2 nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.tar.xz nutyx-pakxe-673189e3b772f9c9bc1b2acf54bd817307a45422.zip |
maj xorg-xcursorgen#1.0.3-1
Diffstat (limited to 'xorg/xorg-xcursorgen/Pkgfile')
-rw-r--r-- | xorg/xorg-xcursorgen/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile index 77aea442d..9543189cc 100644 --- a/xorg/xorg-xcursorgen/Pkgfile +++ b/xorg/xorg-xcursorgen/Pkgfile @@ -1,17 +1,18 @@ -# Description: Utility to create X cursors +# Description: Utilitaire pour créer les curseurs X # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-libxcursor, libpng +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxcursor, libpng12 name=xorg-xcursorgen -version=1.0.2 +version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2) build() { cd xcursorgen-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |