From 55ba00459776d78ef447c3c022fd2d5185b1c9ce Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 3 Apr 2012 18:01:11 +0200 Subject: ajout de xorg --- xorg-font-jis-misc/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xorg-font-jis-misc/Pkgfile (limited to 'xorg-font-jis-misc/Pkgfile') diff --git a/xorg-font-jis-misc/Pkgfile b/xorg-font-jis-misc/Pkgfile new file mode 100644 index 000000000..5244f7ffc --- /dev/null +++ b/xorg-font-jis-misc/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-jis-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-jis-misc +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-jis-misc-$version.tar.bz2) + +build() { + cd font-jis-misc-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale} +} -- cgit v1.2.3-54-g00ecf