summaryrefslogtreecommitdiffstats
path: root/xorg-font-util/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:34:20 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:34:20 +0200
commit246b3a734a414fd313056b919235d3658ea0a374 (patch)
tree8ef1d892e16725e8d8d33ccddc38805ca20df296 /xorg-font-util/Pkgfile
parentf35fb119bf993d3454668f50a17334e09b77160b (diff)
downloadnutyx-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-util/Pkgfile')
-rw-r--r--xorg-font-util/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-font-util/Pkgfile b/xorg-font-util/Pkgfile
deleted file mode 100644
index 4e1e2618c..000000000
--- a/xorg-font-util/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Police de caractères pour X
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-font-util
-version=1.2.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
-build() {
- cd font-util-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- install -v -d -m755 $PKG/usr/share/fonts
- ln -svn /$XORG_PREFIX/share/fonts/X11/OTF $PKG/usr/share/fonts/X11-OTF
- ln -svn /$XORG_PREFIX/share/fonts/X11/TTF $PKG/usr/share/fonts/X11-TTF
-}