diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:43 +0200 |
commit | d6642861a648febadbf0e4a27fb35f9c01b73f9c (patch) | |
tree | 710a1b5f7e30e344791ec3c02698a41f99714ef3 /extra/xorg-xcursorgen/Pkgfile | |
parent | ba258310536db1985fad7e6160ee7eb88f944a94 (diff) | |
download | nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.gz nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.bz2 nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.xz nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.zip |
xorg-xcursorgen dans extra
Diffstat (limited to 'extra/xorg-xcursorgen/Pkgfile')
-rw-r--r-- | extra/xorg-xcursorgen/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-xcursorgen/Pkgfile b/extra/xorg-xcursorgen/Pkgfile new file mode 100644 index 000000000..30bacba69 --- /dev/null +++ b/extra/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 +} |