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