Initial .bep file for fontconfig, this one from Michael Oliveira

This commit is contained in:
Scott McCreary
2009-11-28 09:39:54 +00:00
parent 237193066b
commit 761e289b77

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Fontconfig is a library for font customization and configuration."
HOMEPAGE="http://fontconfig.org"
SRC_URI="http://fontconfig.org/release/fontconfig-2.8.0.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd fontconfig-2.8.0
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common --enable-libxml2
make
}
INSTALL {
cd fontconfig-2.8.0
make install
}