# 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.5 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 }