diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:40:30 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:40:30 +0100 |
commit | acadf7337dab27bb50d82377cb400ee2cfaea661 (patch) | |
tree | 82d35d1a9fccb433c18f2c66bef5fdc0a9f0e172 /xorg/xorg-font-misc-misc/Pkgfile | |
parent | 5cdc9b6bb7279d1d6f7227b3df9c2d9e27c8b1c4 (diff) | |
download | nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.gz nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.bz2 nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.tar.xz nutyx-extra-acadf7337dab27bb50d82377cb400ee2cfaea661.zip |
xorg-font-misc-misc, maj 1.1.2-1
Diffstat (limited to 'xorg/xorg-font-misc-misc/Pkgfile')
-rw-r--r-- | xorg/xorg-font-misc-misc/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-misc-misc/Pkgfile b/xorg/xorg-font-misc-misc/Pkgfile index eacb5f0a4..a8107eba6 100644 --- a/xorg/xorg-font-misc-misc/Pkgfile +++ b/xorg/xorg-font-misc-misc/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-misc-misc +# Description: Polices Xorg font-misc-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-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale # Run on: xorg-font-util,xorg-bdftopcf,xorg-mkfontdir,xorg-mkfontscale name=xorg-font-misc-misc -version=1.0.0 -release=2 +version=1.1.2 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-$version.tar.bz2) build() { cd font-misc-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} } |