diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:26:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:26:54 +0100 |
commit | 45ef9005ad777a3dd63a1d4f8dbe3328b80549c5 (patch) | |
tree | a8ae342b99b127bcb7e10af342140df23e7d4fdc /xorg/xorg-font-cronyx-cyrillic/Pkgfile | |
parent | 30f5d09600b86445fcd641a095baf7b0c8c853ee (diff) | |
download | nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.gz nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.bz2 nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.tar.xz nutyx-extra-45ef9005ad777a3dd63a1d4f8dbe3328b80549c5.zip |
xorg-font-cronyx-cyrillic, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-cronyx-cyrillic/Pkgfile')
-rw-r--r-- | xorg/xorg-font-cronyx-cyrillic/Pkgfile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-cronyx-cyrillic/Pkgfile b/xorg/xorg-font-cronyx-cyrillic/Pkgfile index 8e1fc0f31..e7352e75e 100644 --- a/xorg/xorg-font-cronyx-cyrillic/Pkgfile +++ b/xorg/xorg-font-cronyx-cyrillic/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-cronyx-cyrillic +# Description: Polices Xorg font-cronyx-cyrillic # 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-cronyx-cyrillic -version=1.0.0 -release=2 +version=1.0.3 +release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-cronyx-cyrillic-$version.tar.bz2) build() { cd font-cronyx-cyrillic-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install - - rm -f $PKG/usr/lib/X11/fonts/cyrillic/fonts.{dir,scale} + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/cyrillic/fonts.{dir,scale} } |