summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-75dpi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:03:34 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:03:34 +0100
commit780a34d8ad21293ceb898ed45f505f740c44d12d (patch)
treee47e482ee309c92a35abde867d74c9cd3bcd187b /xorg/xorg-font-bh-75dpi/Pkgfile
parent9dcdbfb8249ce5a06b0fb6cb4bbaf878c7b90605 (diff)
downloadnutyx-pakxe-780a34d8ad21293ceb898ed45f505f740c44d12d.tar.gz
nutyx-pakxe-780a34d8ad21293ceb898ed45f505f740c44d12d.tar.bz2
nutyx-pakxe-780a34d8ad21293ceb898ed45f505f740c44d12d.tar.xz
nutyx-pakxe-780a34d8ad21293ceb898ed45f505f740c44d12d.zip
xorg-font-bh-75dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-75dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-bh-75dpi/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-bh-75dpi/Pkgfile b/xorg/xorg-font-bh-75dpi/Pkgfile
index 55128c31d..9d07b8b9d 100644
--- a/xorg/xorg-font-bh-75dpi/Pkgfile
+++ b/xorg/xorg-font-bh-75dpi/Pkgfile
@@ -1,4 +1,4 @@
-# Description: xorg font font-bh-75dpi
+# Description: Polices Xorg font-bh-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
@@ -6,17 +6,14 @@
# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util
name=xorg-font-bh-75dpi
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-$version.tar.bz2)
build() {
cd font-bh-75dpi-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
-
- rm -f $PKG/usr/lib/X11/fonts/75dpi/fonts.{dir,scale}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/75dpi/fonts.{dir,scale}
}