# Description: Utility to create X cursors # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: xorg-libxcursor, libpng name=xorg-xcursorgen version=1.0.3 release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2 $name.diff) build() { cd xcursorgen-$version patch -p1 -i $SRC/$name.diff ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install }