summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:08:57 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:08:57 +0100
commit8b2da8d28d73ac0258f627cb38e074f20c02c430 (patch)
tree6d06ce16a636ca9b1d65030872fb7ae31ec9ac0e /xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
parent780a34d8ad21293ceb898ed45f505f740c44d12d (diff)
downloadnutyx-pakxe-8b2da8d28d73ac0258f627cb38e074f20c02c430.tar.gz
nutyx-pakxe-8b2da8d28d73ac0258f627cb38e074f20c02c430.tar.bz2
nutyx-pakxe-8b2da8d28d73ac0258f627cb38e074f20c02c430.tar.xz
nutyx-pakxe-8b2da8d28d73ac0258f627cb38e074f20c02c430.zip
xorg-font-bh-lucidatypewriter-100dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile b/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
index f4b0e3d77..a7a4b3b30 100644
--- a/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
+++ b/xorg/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
@@ -1,4 +1,4 @@
-# Description: xorg font font-bh-lucidatypewriter-100dpi
+# Description: Polices Xorg font-bh-lucidatypewriter-100dpi
# 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-lucidatypewriter-100dpi
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-$version.tar.bz2)
build() {
cd font-bh-lucidatypewriter-100dpi-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
-
- rm -f $PKG/usr/lib/X11/fonts/100dpi/fonts.{dir,scale}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale}
}