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