diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:18:57 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:18:57 +0100 |
commit | 3f35c4a2d51684cacf42e5606526529d3579162a (patch) | |
tree | ef5ccbf180dec440dccfdeedebbe6f9e355d9226 | |
parent | 015542703d357f8620518e6ef5b49230a9f0dbb9 (diff) | |
download | nutyx-pakxe-3f35c4a2d51684cacf42e5606526529d3579162a.tar.gz nutyx-pakxe-3f35c4a2d51684cacf42e5606526529d3579162a.tar.bz2 nutyx-pakxe-3f35c4a2d51684cacf42e5606526529d3579162a.tar.xz nutyx-pakxe-3f35c4a2d51684cacf42e5606526529d3579162a.zip |
Ajout de xorg-xcursorgen#1.0.2-1
-rw-r--r-- | xorg/xorg-xcursorgen/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xcursorgen/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xcursorgen/Pkgfile | 18 |
3 files changed, 25 insertions, 0 deletions
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 +} |