summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-font-jis-misc/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 15:33:00 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 15:33:00 +0100
commit51a9c080b5182868d2d68068ab52e02da9d63f8f (patch)
treeb0cba3fe8ce8ac2559ac045ed7fde2be27eaa8d0 /xorg/xorg-font-jis-misc/Pkgfile
parent6e2a8e496c04ae628f9747a82a6baad01b99a6e1 (diff)
downloadnutyx-pakxe-51a9c080b5182868d2d68068ab52e02da9d63f8f.tar.gz
nutyx-pakxe-51a9c080b5182868d2d68068ab52e02da9d63f8f.tar.bz2
nutyx-pakxe-51a9c080b5182868d2d68068ab52e02da9d63f8f.tar.xz
nutyx-pakxe-51a9c080b5182868d2d68068ab52e02da9d63f8f.zip
xorg-font-jisc-misc, maj 1.0.3-1
Diffstat (limited to 'xorg/xorg-font-jis-misc/Pkgfile')
-rw-r--r--xorg/xorg-font-jis-misc/Pkgfile17
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg/xorg-font-jis-misc/Pkgfile b/xorg/xorg-font-jis-misc/Pkgfile
index 45d2d3c4f..13dc9a56f 100644
--- a/xorg/xorg-font-jis-misc/Pkgfile
+++ b/xorg/xorg-font-jis-misc/Pkgfile
@@ -1,22 +1,19 @@
-# Description: xorg font font-jis-misc
+# Description: Polices Xorg font-jis-misc
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-mkfontdir, xorg-mkfontscale
# Run on: xorg-mkfontdir,xorg-mkfontscale
name=xorg-font-jis-misc
-version=1.0.0
-release=2
+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 --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
-
- rm -f $PKG/usr/lib/X11/fonts/misc/fonts.{dir,scale}
+ rm -f $PKG/$XORG_PREFIX/share/fonts/X11/misc/fonts.{dir,scale}
}