summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-cursor-misc/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:23:20 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:23:20 +0100
commit54391b3e3d3a1136f3bcafed0e836ee92b28476f (patch)
treec73c4bb19e6adfa17612862b0d6c100db3d3dc5f /xorg/xorg-font-cursor-misc/Pkgfile
parenta21ccc2eb831020842f4e44a5864ce120e782637 (diff)
downloadnutyx-extra-54391b3e3d3a1136f3bcafed0e836ee92b28476f.tar.gz
nutyx-extra-54391b3e3d3a1136f3bcafed0e836ee92b28476f.tar.bz2
nutyx-extra-54391b3e3d3a1136f3bcafed0e836ee92b28476f.tar.xz
nutyx-extra-54391b3e3d3a1136f3bcafed0e836ee92b28476f.zip
Ajout de xorg-font-cursor-misc#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-cursor-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-cursor-misc/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-cursor-misc/Pkgfile b/xorg/xorg-font-cursor-misc/Pkgfile
new file mode 100644
index 000000000..e280268d0
--- /dev/null
+++ b/xorg/xorg-font-cursor-misc/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg font font-cursor-misc
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-mkfontdir, xorg-mkfontscale
+
+name=xorg-font-cursor-misc
+version=1.0.0
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/font/font-cursor-misc-$version.tar.bz2)
+
+build() {
+ cd font-cursor-misc-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale}
+}