HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #276

Ticket #276: libunistring-0.9.1.1.bep

File libunistring-0.9.1.1.bep, 525 bytes (added by michaelvoliveira, 5 years ago)

corrected a typo

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

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/