summaryrefslogtreecommitdiff
path: root/xorg-font-adobe-utopia-type1/Pkgfile
blob: ef8c55189d3f0efb8b059608b5584f015ad56f5a (plain)
    1 # Description: xorg font font-adobe-utopia-type1
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
    5 
    6 name=xorg-font-adobe-utopia-type1
    7 version=1.0.4
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-type1-$version.tar.bz2)
   10 
   11 build() {
   12 	cd font-adobe-utopia-type1-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 
   19 	rm $PKG/usr/share/fonts/X11/Type1/fonts.{dir,scale}
   20 }

Generated by cgit