diff options
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} } |