diff options
Diffstat (limited to 'extra/xorg-font-adobe-utopia-75dpi/Pkgfile')
-rw-r--r-- | extra/xorg-font-adobe-utopia-75dpi/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-font-adobe-utopia-75dpi/Pkgfile b/extra/xorg-font-adobe-utopia-75dpi/Pkgfile new file mode 100644 index 000000000..2810772f7 --- /dev/null +++ b/extra/xorg-font-adobe-utopia-75dpi/Pkgfile @@ -0,0 +1,19 @@ +# Description: Polices Xorg font-adobe-utopia-75dpi +# URL: http://xorg.freedesktop.org +# Maintaine 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-adobe-utopia-75dpi +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-$version.tar.bz2) + +build() { + cd font-adobe-utopia-75dpi-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -f $PKG/$XORG_PREFIX/share/fonts/X11/75dpi/fonts.{dir,scale} +} |