summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-screen-cyrillic/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:46:28 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:46:28 +0100
commit2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518 (patch)
tree9df721cfdff08ac54e9fa3efa2c1ca792936e430 /xorg/xorg-font-screen-cyrillic/Pkgfile
parent77f5364aca770ee3b05e46b6c72374999af08dfc (diff)
downloadnutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.gz
nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.bz2
nutyx-extra-2f8efcc690f4ff7ff4cc9b1760e2e4e0d0c68518.tar.xz
nutyx-extra-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/Pkgfile15
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}
}