Files
haikuports/dev-libs/fribidi/fribidi-0.19.2.bep
2010-05-16 19:28:03 +00:00

33 lines
837 B
Plaintext

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"
CHECKSUM_MD5="626db17d2d99b43615ad9d12500f568a"
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 {
cd fribidi-0.19.2
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2004 Sharif FarsiWeb, Inc
2001,2002 Behdad Esfahbod
1999,2000 Dov Grobgeld"