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/.footprint | 6 ++++++ xorg/xorg-xcursorgen/.md5sum | 1 + xorg/xorg-xcursorgen/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xcursorgen/.footprint create mode 100644 xorg/xorg-xcursorgen/.md5sum create mode 100644 xorg/xorg-xcursorgen/Pkgfile (limited to 'xorg') diff --git a/xorg/xorg-xcursorgen/.footprint b/xorg/xorg-xcursorgen/.footprint new file mode 100644 index 000000000..6974f4036 --- /dev/null +++ b/xorg/xorg-xcursorgen/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xcursorgen +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xcursorgen.1.gz diff --git a/xorg/xorg-xcursorgen/.md5sum b/xorg/xorg-xcursorgen/.md5sum new file mode 100644 index 000000000..949fdaef5 --- /dev/null +++ b/xorg/xorg-xcursorgen/.md5sum @@ -0,0 +1 @@ +6fc90896b8c786cb1a2100b4167f7874 xcursorgen-1.0.2.tar.bz2 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-70-g09d2