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