summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:09:44 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:09:44 +0100
commitf250551bd33a04d4b40c99da811389f9b59e920f (patch)
tree819bae4c272049f69a92215887669305a3691b04 /xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
parent8b2da8d28d73ac0258f627cb38e074f20c02c430 (diff)
downloadnutyx-extra-f250551bd33a04d4b40c99da811389f9b59e920f.tar.gz
nutyx-extra-f250551bd33a04d4b40c99da811389f9b59e920f.tar.bz2
nutyx-extra-f250551bd33a04d4b40c99da811389f9b59e920f.tar.xz
nutyx-extra-f250551bd33a04d4b40c99da811389f9b59e920f.zip
xorg-font-bh-lucidatypewriter-75dpi, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile')
-rw-r--r--xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile b/xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
index 606eb2db7..e42e883ff 100644
--- a/xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
+++ b/xorg/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
@@ -1,4 +1,4 @@
-# Description: xorg font font-bh-lucidatypewriter-75dpi
+# Description: Polices Xorg font-bh-lucidatypewriter-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-lucidatypewriter-75dpi
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-$version.tar.bz2)
build() {
cd font-bh-lucidatypewriter-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}
}