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