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