Files
haikuports/dev-libs/libunistring/libunistring-0.9.1.1.recipe
2014-01-02 16:40:56 -05:00

27 lines
645 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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libunistring-0.9.1.1
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1998-2009 Free Software Fundation, Inc."