opt/fontconfig/Pkgfile

19 lines
452 B
Plaintext
Raw Normal View History

2006-03-12 11:46:27 +01:00
# Description: A library for configuring and customizing font access
# URL: http://fontconfig.org/wiki/
2006-08-15 21:17:27 +02:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-03-12 11:46:27 +01:00
# Depends on: freetype, expat
name=fontconfig
version=2.3.2
release=1
source=(http://fontconfig.org/release/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}