mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Initial .bep file for fontconfig, this one from Michael Oliveira
This commit is contained in:
20
media-libs/fonconfig/fontconfig-2.8.0.bep
Normal file
20
media-libs/fonconfig/fontconfig-2.8.0.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user