CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / freetype / Pkgfile
CommitLineData
35dec744
JB
1# Description: A free and portable TrueType font rendering engine
2# URL: http://www.freetype.org
3# Maintainer: Tilman Sauerbeck tilman at crux dot nu
38b50d66 4# Arch Maintainer System Team devel at crux-arm dot nu
35dec744
JB
5# Depends on: zlib
6
7name=freetype
62aa7a5f 8version=2.3.12
35dec744
JB
9release=1
10source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
11
12build() {
62aa7a5f 13 cd freetype-$version
35dec744 14
62aa7a5f
JB
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --with-zlib \
19 --disable-nls
35dec744 20
62aa7a5f
JB
21 make
22 make DESTDIR=$PKG install
35dec744 23}