summaryrefslogtreecommitdiffstats
path: root/base/xorg-font-util/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:56:22 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:56:22 +0200
commit34b728b9c63b96551a11819c8432ec66b6dff6ef (patch)
treef6c603cb44f69b512ac8791d2fb647ada731b082 /base/xorg-font-util/Pkgfile
parent9a2fef148f7aa045e0008131d3072bcb718a31f3 (diff)
downloadnutyx-extra-34b728b9c63b96551a11819c8432ec66b6dff6ef.tar.gz
nutyx-extra-34b728b9c63b96551a11819c8432ec66b6dff6ef.tar.bz2
nutyx-extra-34b728b9c63b96551a11819c8432ec66b6dff6ef.tar.xz
nutyx-extra-34b728b9c63b96551a11819c8432ec66b6dff6ef.zip
xorg-font-util dans extra
Diffstat (limited to 'base/xorg-font-util/Pkgfile')
-rw-r--r--base/xorg-font-util/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/xorg-font-util/Pkgfile b/base/xorg-font-util/Pkgfile
deleted file mode 100644
index 4e1e2618c..000000000
--- a/base/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
-}