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

Context Navigation

  • Back to Ticket #548

Ticket #548: db-4.8.30.bep

File db-4.8.30.bep, 870 bytes (added by martinhpedersen, 4 years ago)
Line 
1DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration."
2HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
3SRC_URI="http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="f80022099c5742cd179343556179aa8c"
8BUILD {
9        cd db-4.8.30/build_unix
10        ../dist/configure --prefix=`finddir B_COMMON_DIRECTORY` --docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/BerkeleyDB
11        make
12}
13
14INSTALL {
15        cd db-4.8.30/build_unix
16        make install
17}
18
19TEST {
20        cd db-4.8.30/build_unix
21#       make dbtest
22}
23
24LICENSE="OracleDB"
25COPYRIGHT="1990-2009, Oracle
26        1990-1995, The Regents of the University of California
27        1996-1996, The President and Fellows of Harvard University
28        2000-2005, INRIA - France Telecom"

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/