summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-bitstream-type1/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:24:18 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:24:18 +0100
commit30f5d09600b86445fcd641a095baf7b0c8c853ee (patch)
treea54ed588ab8d9c14ae45eea182ce5e2e7eeb8e99 /xorg/xorg-font-bitstream-type1/Pkgfile
parent5c7d465e372e66e1122d81b4bb48e01150e56fa5 (diff)
downloadnutyx-pakxe-30f5d09600b86445fcd641a095baf7b0c8c853ee.tar.gz
nutyx-pakxe-30f5d09600b86445fcd641a095baf7b0c8c853ee.tar.bz2
nutyx-pakxe-30f5d09600b86445fcd641a095baf7b0c8c853ee.tar.xz
nutyx-pakxe-30f5d09600b86445fcd641a095baf7b0c8c853ee.zip
xorg-font-bitstream-type1, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-bitstream-type1/Pkgfile')
-rw-r--r--xorg/xorg-font-bitstream-type1/Pkgfile16
1 files changed, 7 insertions, 9 deletions
diff --git a/xorg/xorg-font-bitstream-type1/Pkgfile b/xorg/xorg-font-bitstream-type1/Pkgfile
index 1627d765a..0cb6fc188 100644
--- a/xorg/xorg-font-bitstream-type1/Pkgfile
+++ b/xorg/xorg-font-bitstream-type1/Pkgfile
@@ -1,22 +1,20 @@
-# Description: xorg font font-bitstream-type1
+# Description: Police Xorg font-bitstream-type1
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
# Run on: xorg-mkfontdir,xorg-mkfontscale,fontconfig
name=xorg-font-bitstream-type1
-version=1.0.0
-release=2
+version=1.0.3
+release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-bitstream-type1-$version.tar.bz2)
build() {
cd font-bitstream-type1-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
- rm -f $PKG/usr/lib/X11/fonts/Type1/fonts.{dir,scale,cache-1}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/Type1/fonts.{dir,scale,cache-1}
}