# Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=freetype pkgver=2.4.4 pkgrel=0 pkgdesc="TrueType font rendering library" url="http://freetype.sourceforge.net" arch="x86 x86_64" license="GPL" depends= makedepends="zlib-dev" subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 20-enable-spr.patch 30-enable-valid.patch 40-memcpy-fix.patch " _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" for i in "$srcdir"/*.patch; do msg "Applying ${i}" patch -p0 -i $i || return 1 done } build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-static make || return 1 } package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install } md5sums="9273efacffb683483e58a9e113efae9f freetype-2.4.4.tar.gz 376b94c06b113a62a3437e4130bb3fc3 20-enable-spr.patch 3f6c5739843dcbc110ee0f243c4f6bdb 30-enable-valid.patch bd2d808a0c00dcf9f1d1c0a9a8227ad9 40-memcpy-fix.patch"