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