xorg/xorg-font-adobe-utopia-100dpi/Pkgfile
2019-03-03 00:27:32 +01:00

21 lines
527 B
Plaintext

# Description: xorg font font-adobe-utopia-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
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 --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/fonts/X11/100dpi/fonts.dir
}