From 704ded6ebd246313840562ed7fe31036821c381b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:42:14 +0200 Subject: Revert "xorg dans nutyx-pakxe , la base" This reverts commit e9ef802a013ac393a057134f1fdaad745aa38573. --- xorg-font-bh-type1/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xorg-font-bh-type1/Pkgfile (limited to 'xorg-font-bh-type1/Pkgfile') diff --git a/xorg-font-bh-type1/Pkgfile b/xorg-font-bh-type1/Pkgfile new file mode 100644 index 000000000..c56d479ee --- /dev/null +++ b/xorg-font-bh-type1/Pkgfile @@ -0,0 +1,19 @@ +# Description: Police Xorg font-bh-type1 +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig +# Run on: xorg-mkfontdir,xorg-mkfontscale,fontconfig + +name=xorg-font-bh-type1 +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-$version.tar.bz2) + +build() { + cd font-bh-type1-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/Type1/fonts.{dir,scale,cache-1} +} -- cgit v1.2.3-54-g00ecf