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

Context Navigation

  • Back to Ticket #524

Ticket #524: oniguruma-5.9.2.bep

File oniguruma-5.9.2.bep, 584 bytes (added by toyoshim, 4 years ago)

bep file

Line 
1DESCRIPTION="a regular expression library for different character encodings"
2HOMEPAGE="http://www.geocities.jp/kosako3/oniguruma/"
3SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/onig-5.9.2.tar.gz"
4CHECKSUM_MD5="0f4ad1b100a5f9a91623e04111707b84"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd onig-5.9.2
10        libtoolize --force --copy --install
11        touch NEWS ChangeLog
12        autoreconf -i
13        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
14        make
15}
16
17INSTALL {
18        cd onig-5.9.2
19        make install
20}
21
22TEST {
23        cd onig-5.9.2
24        make check
25}
26
27LICENSE="BSD (2-clause)"
28COPYRIGHT="K.Kosako"

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/