diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:22:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:22:42 +0200 |
commit | 74bf907f012ed12e5d136032265ec845284b2f83 (patch) | |
tree | 9b185770e5b44925bb0078bba7d532c52e6f09cd /extra/xorg-font-adobe-utopia-100dpi/Pkgfile | |
parent | a0c7106f9f2646326dd322ee192ed51606c13801 (diff) | |
download | nutyx-pakxe-74bf907f012ed12e5d136032265ec845284b2f83.tar.gz nutyx-pakxe-74bf907f012ed12e5d136032265ec845284b2f83.tar.bz2 nutyx-pakxe-74bf907f012ed12e5d136032265ec845284b2f83.tar.xz nutyx-pakxe-74bf907f012ed12e5d136032265ec845284b2f83.zip |
xorg-font-adobe-utopia-100dpi dans extra
Diffstat (limited to 'extra/xorg-font-adobe-utopia-100dpi/Pkgfile')
-rw-r--r-- | extra/xorg-font-adobe-utopia-100dpi/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-adobe-utopia-100dpi/Pkgfile b/extra/xorg-font-adobe-utopia-100dpi/Pkgfile new file mode 100644 index 000000000..069d29180 --- /dev/null +++ b/extra/xorg-font-adobe-utopia-100dpi/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-adobe-utopia-100dpi +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed do ch +# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf +# Run on: xorg-mkfontdir,xorg-mkfontscale,xorg-font-util + +name=xorg-font-adobe-utopia-100dpi +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-$version.tar.bz2) + +build() { + cd font-adobe-utopia-100dpi-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/100dpi/fonts.{dir,scale} +} |