mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
22 lines
621 B
Plaintext
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."
|