diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:14:57 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:14:57 +0100 |
commit | 53986ff0740b54d3208abf8f09a7eb56d10824e7 (patch) | |
tree | af50dad59fa3a980eb9a0824de0ce23e8e8dfa58 /xorg/xorg-font-arabic-misc/Pkgfile | |
parent | f12669659d2562b8e64aeaac7187d80570da7a6e (diff) | |
download | nutyx-extra-53986ff0740b54d3208abf8f09a7eb56d10824e7.tar.gz nutyx-extra-53986ff0740b54d3208abf8f09a7eb56d10824e7.tar.bz2 nutyx-extra-53986ff0740b54d3208abf8f09a7eb56d10824e7.tar.xz nutyx-extra-53986ff0740b54d3208abf8f09a7eb56d10824e7.zip |
Ajout de xorg-font-arabic-misc#1.0.0-2
Diffstat (limited to 'xorg/xorg-font-arabic-misc/Pkgfile')
-rw-r--r-- | xorg/xorg-font-arabic-misc/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-font-arabic-misc/Pkgfile b/xorg/xorg-font-arabic-misc/Pkgfile new file mode 100644 index 000000000..84aa77937 --- /dev/null +++ b/xorg/xorg-font-arabic-misc/Pkgfile @@ -0,0 +1,20 @@ +# Description: xorg font font-arabic-misc +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-mkfontdir, xorg-mkfontscale + +name=xorg-font-arabic-misc +version=1.0.0 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-$version.tar.bz2) + +build() { + cd font-arabic-misc-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale} +} |