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