xorg/xorg-font-util/Pkgfile

18 lines
387 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg font font-util
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
name=xorg-font-util
2015-03-15 19:35:13 +01:00
version=1.3.1
release=2
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/font/font-util-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd font-util-$version
./configure --prefix=/usr --with-fc-confdir=/etc/fonts
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}