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