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