diff options
Diffstat (limited to 'xorg-xcursorgen/Pkgfile')
-rw-r--r-- | xorg-xcursorgen/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xcursorgen/Pkgfile b/xorg-xcursorgen/Pkgfile new file mode 100644 index 000000000..30bacba69 --- /dev/null +++ b/xorg-xcursorgen/Pkgfile @@ -0,0 +1,18 @@ +# Description: Utilitaire pour créer les curseurs X +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxcursor, libpng +# Run on: xorg-libxcursor,libpng + +name=xorg-xcursorgen +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2) + +build() { + cd xcursorgen-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |