xorg/xorg-font-util/Pkgfile

18 lines
373 B
Plaintext
Raw Normal View History

2019-08-26 10:20:48 +02:00
# Description: Font package creation/installation utilities
2006-04-07 18:48:00 +02:00
# 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
2019-08-26 10:20:48 +02:00
version=1.3.2
release=1
source=(https://www.x.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
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}