summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-misc-ethiopic/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:32:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:32:42 +0200
commitd49d3140bd85eeb0b3fa55040c2ca541b2c77ade (patch)
tree8b87786941d13a801d9c8366faa626e093e32954 /xorg/xorg-font-misc-ethiopic/Pkgfile
parentee2985b6dee0a0094210cfbb7048b6513625921c (diff)
downloadnutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.gz
nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.bz2
nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.tar.xz
nutyx-extra-d49d3140bd85eeb0b3fa55040c2ca541b2c77ade.zip
xorg-font-misc-ethiopic dans extra
Diffstat (limited to 'xorg/xorg-font-misc-ethiopic/Pkgfile')
-rw-r--r--xorg/xorg-font-misc-ethiopic/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-font-misc-ethiopic/Pkgfile b/xorg/xorg-font-misc-ethiopic/Pkgfile
deleted file mode 100644
index f93287a0d..000000000
--- a/xorg/xorg-font-misc-ethiopic/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Polices Xorg font-misc-ethiopic
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
-# Run on: xorg-mkfontdir,xorg-mkfontscale
-
-name=xorg-font-misc-ethiopic
-version=1.0.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-$version.tar.bz2)
-
-build() {
- cd font-misc-ethiopic-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -f $PKG/$XORG_PREFIX/share/fonts/X11/{O,T}TF/fonts.{dir,scale,cache-1}
-}