Initial .bep file for fribidi

This commit is contained in:
Scott McCreary
2009-11-13 03:38:26 +00:00
parent f219cfcdc9
commit bb6faba32b

View File

@@ -0,0 +1,26 @@
DESCRIPTION="fribidi - A free implementation of the unicode bidirectional algorithm"
HOMEPAGE="http://fribidi.org/"
SRC_URI="http://fribidi.org/download/fribidi-0.19.2.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd fribidi-0.19.2
rm -rf aclocal.m4
mkdir -p m4
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
make install
}