opt/freetype/Pkgfile
Tilman Sauerbeck de82164a7e freetype: updated to 2.2.1
I also removed the patch that enables the patented bytecode hinting
module. This might change again in the future.
2006-11-15 21:41:53 +01:00

19 lines
430 B
Plaintext

# Description: A free and portable TrueType font rendering engine
# URL: http://www.freetype.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: zlib
name=freetype
version=2.2.1
release=1
source=(http://dl.sourceforge.net/freetype/freetype-$version.tar.bz2)
build() {
cd freetype-$version
./configure --prefix=/usr \
--with-zlib \
--disable-nls
make
make DESTDIR=$PKG install
}