From 3f35c4a2d51684cacf42e5606526529d3579162a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:18:57 +0100 Subject: Ajout de xorg-xcursorgen#1.0.2-1 --- xorg/xorg-xcursorgen/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg/xorg-xcursorgen/Pkgfile (limited to 'xorg/xorg-xcursorgen/Pkgfile') diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile new file mode 100644 index 000000000..77aea442d --- /dev/null +++ b/xorg/xorg-xcursorgen/Pkgfile @@ -0,0 +1,18 @@ +# 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.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2) + +build() { + cd xcursorgen-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf