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

22 lines
621 B
Plaintext

DESCRIPTION="libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard."
HOMEPAGE="http://www.gnu.org/software/libunistring/"
SRC_URI="http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/git >= 1.6.5.3
dev-util/gperf >= 3.0.4"
BUILD {
cd libunistring-0.9.1.1
libtoolize --copy --force --install
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libunistring-0.9.1.1
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1998-2009 Free Software Fundation, Inc."