| 1 | DESCRIPTION="libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard." |
|---|
| 2 | HOMEPAGE="http://www.gnu.org/software/libunistring/" |
|---|
| 3 | SRC_URI="http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.1.tar.gz" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="stable" |
|---|
| 6 | DEPEND="dev-util/git, dev-util/gperf" |
|---|
| 7 | BUILD { |
|---|
| 8 | cd libunistring-0.9.1.1 |
|---|
| 9 | libtoolize --copy --force --install |
|---|
| 10 | ./autogen.sh |
|---|
| 11 | ./configure --prefix=/boot/common |
|---|
| 12 | make |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | INSTALL { |
|---|
| 16 | cd libunistring-0.9.1.1 |
|---|
| 17 | make install |
|---|
| 18 | } |
|---|