mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
33 lines
837 B
Plaintext
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"
|