diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:46:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-20 15:46:28 +0100 |
commit | 2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518 (patch) | |
tree | 9df721cfdff08ac54e9fa3efa2c1ca792936e430 /xorg/xorg-font-screen-cyrillic/Pkgfile | |
parent | 77f5364aca770ee3b05e46b6c72374999af08dfc (diff) | |
download | nutyx-pakxe-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.gz nutyx-pakxe-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.bz2 nutyx-pakxe-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.xz nutyx-pakxe-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.zip |
xorg-font-screen-cyrillic, maj 1.0.4-1
Diffstat (limited to 'xorg/xorg-font-screen-cyrillic/Pkgfile')
-rw-r--r-- | xorg/xorg-font-screen-cyrillic/Pkgfile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/xorg/xorg-font-screen-cyrillic/Pkgfile b/xorg/xorg-font-screen-cyrillic/Pkgfile index ebcb93d50..22983e6ea 100644 --- a/xorg/xorg-font-screen-cyrillic/Pkgfile +++ b/xorg/xorg-font-screen-cyrillic/Pkgfile @@ -1,22 +1,19 @@ -# Description: xorg font font-screen-cyrillic +# Description: Polices Xorg font-screen-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-screen-cyrillic -version=1.0.1 +version=1.0.4 release=1 source=(http://xorg.freedesktop.org/releases/individual/font/font-screen-cyrillic-$version.tar.bz2) build() { cd font-screen-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} } |