opt/fontconfig/Pkgfile

19 lines
449 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/
# Maintainer: Per Lid<69>n, core-ports 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
}