summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-screen-cyrillic/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:34:35 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:34:35 +0200
commit4fa4c2e7cff06e22146efcb06f3e37d810ba011a (patch)
tree827e79bcbe0e9804d5f8eff6c35ce96680a6215b /xorg/xorg-font-screen-cyrillic/Pkgfile
parent0ca50ac1b9285d8bc8281b57defe8d8220d91f8f (diff)
downloadnutyx-extra-4fa4c2e7cff06e22146efcb06f3e37d810ba011a.tar.gz
nutyx-extra-4fa4c2e7cff06e22146efcb06f3e37d810ba011a.tar.bz2
nutyx-extra-4fa4c2e7cff06e22146efcb06f3e37d810ba011a.tar.xz
nutyx-extra-4fa4c2e7cff06e22146efcb06f3e37d810ba011a.zip
xorg-font-screen-cyrillic dans extra
Diffstat (limited to 'xorg/xorg-font-screen-cyrillic/Pkgfile')
-rw-r--r--xorg/xorg-font-screen-cyrillic/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-font-screen-cyrillic/Pkgfile b/xorg/xorg-font-screen-cyrillic/Pkgfile
deleted file mode 100644
index 6bb33ead5..000000000
--- a/xorg/xorg-font-screen-cyrillic/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Polices Xorg font-screen-cyrillic
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf
-# Run on: xorg-mkfontdir,xorg-mkfontscale
-
-name=xorg-font-screen-cyrillic
-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 $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -f $PKG/$XORG_PREFIX/share/fonts/X11/cyrillic/fonts.{dir,scale}
-}