diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:30 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:32:30 +0200 |
commit | ee2985b6dee0a0094210cfbb7048b6513625921c (patch) | |
tree | 8ef0be05ad80f1692ff7e075577cff50c1bbf971 /xorg/xorg-font-misc-cyrillic/Pkgfile | |
parent | ef100862003041ccc29158ceb8f9c7d83fb4df06 (diff) | |
download | nutyx-pakxe-ee2985b6dee0a0094210cfbb7048b6513625921c.tar.gz nutyx-pakxe-ee2985b6dee0a0094210cfbb7048b6513625921c.tar.bz2 nutyx-pakxe-ee2985b6dee0a0094210cfbb7048b6513625921c.tar.xz nutyx-pakxe-ee2985b6dee0a0094210cfbb7048b6513625921c.zip |
xorg-font-misc-cyrillic dans extra
Diffstat (limited to 'xorg/xorg-font-misc-cyrillic/Pkgfile')
-rw-r--r-- | xorg/xorg-font-misc-cyrillic/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-font-misc-cyrillic/Pkgfile b/xorg/xorg-font-misc-cyrillic/Pkgfile deleted file mode 100644 index 27a8d5578..000000000 --- a/xorg/xorg-font-misc-cyrillic/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Polices Xorg font-misc-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-misc-cyrillic -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-cyrillic-$version.tar.bz2) - -build() { - cd font-misc-cyrillic-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -f $PKG/$XORG_PREFIX/share/fonts/X11/cyrillic/fonts.{dir,scale} -} |