summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcursorgen/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
commitd6642861a648febadbf0e4a27fb35f9c01b73f9c (patch)
tree710a1b5f7e30e344791ec3c02698a41f99714ef3 /xorg/xorg-xcursorgen/Pkgfile
parentba258310536db1985fad7e6160ee7eb88f944a94 (diff)
downloadnutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.gz
nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.bz2
nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.tar.xz
nutyx-extra-d6642861a648febadbf0e4a27fb35f9c01b73f9c.zip
xorg-xcursorgen dans extra
Diffstat (limited to 'xorg/xorg-xcursorgen/Pkgfile')
-rw-r--r--xorg/xorg-xcursorgen/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xcursorgen/Pkgfile b/xorg/xorg-xcursorgen/Pkgfile
deleted file mode 100644
index 30bacba69..000000000
--- a/xorg/xorg-xcursorgen/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Utilitaire pour créer les curseurs X
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxcursor, libpng
-# Run on: xorg-libxcursor,libpng
-
-name=xorg-xcursorgen
-version=1.0.4
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2)
-
-build() {
- cd xcursorgen-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}