diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:31:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:31:54 +0100 |
commit | 6e2a8e496c04ae628f9747a82a6baad01b99a6e1 (patch) | |
tree | 2ae73aab0713bc22aaec89d25d33185eadf875fd /xorg/xorg-font-isas-misc/Pkgfile | |
parent | 3a7ed5c948eee881a8de6b1aa0431996ab3dd134 (diff) | |
download | nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.gz nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.bz2 nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.tar.xz nutyx-pakxe-6e2a8e496c04ae628f9747a82a6baad01b99a6e1.zip |
xorg-font-isas-misc, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-isas-misc/Pkgfile')
-rw-r--r-- | xorg/xorg-font-isas-misc/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-isas-misc/Pkgfile b/xorg/xorg-font-isas-misc/Pkgfile index b1e4b8fd0..4163ec4fc 100644 --- a/xorg/xorg-font-isas-misc/Pkgfile +++ b/xorg/xorg-font-isas-misc/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-isas-misc +# Description: Polices Xorg font-isas-misc # 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 # Run on: name=xorg-font-isas-misc -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-$version.tar.bz2) build() { cd font-isas-misc-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} } |