summaryrefslogtreecommitdiff
path: root/xorg-font-util/Pkgfile
blob: 01d25270a53a20c51c96788fdb272ad4abcc0a11 (plain)
    1 # Description: xorg font font-util
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 
    5 name=xorg-font-util
    6 version=1.2.0
    7 release=1
    8 source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
    9 
   10 build() {
   11 	cd font-util-$version
   12 
   13 	./configure --prefix=/usr --mandir=/usr/man --with-fc-confdir=/etc/fonts
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit