diff options
author | piernov <piernov@piernov.org> | 2012-05-13 21:34:20 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-13 21:34:20 +0200 |
commit | 246b3a734a414fd313056b919235d3658ea0a374 (patch) | |
tree | 8ef1d892e16725e8d8d33ccddc38805ca20df296 /xorg-font-arabic-misc/Pkgfile | |
parent | f35fb119bf993d3454668f50a17334e09b77160b (diff) | |
download | nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.gz nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.bz2 nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.tar.xz nutyx-pakxe-246b3a734a414fd313056b919235d3658ea0a374.zip |
Revert "ajout de xorg"
This reverts commit 55ba00459776d78ef447c3c022fd2d5185b1c9ce.
Diffstat (limited to 'xorg-font-arabic-misc/Pkgfile')
-rw-r--r-- | xorg-font-arabic-misc/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg-font-arabic-misc/Pkgfile b/xorg-font-arabic-misc/Pkgfile deleted file mode 100644 index c3f48c0a2..000000000 --- a/xorg-font-arabic-misc/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Polices Xorg font-arabic-misc -# 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-arabic-misc -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-$version.tar.bz2) - -build() { - cd font-arabic-misc-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install - rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} -} |