summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcursorgen
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:18:57 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:18:57 +0100
commit3f35c4a2d51684cacf42e5606526529d3579162a (patch)
treeef5ccbf180dec440dccfdeedebbe6f9e355d9226 /xorg/xorg-xcursorgen
parent015542703d357f8620518e6ef5b49230a9f0dbb9 (diff)
downloadnutyx-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
Diffstat (limited to 'xorg/xorg-xcursorgen')
-rw-r--r--xorg/xorg-xcursorgen/.footprint6
-rw-r--r--xorg/xorg-xcursorgen/.md5sum1
-rw-r--r--xorg/xorg-xcursorgen/Pkgfile18
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
+}