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

Context Navigation

  • Back to Ticket #548

Ticket #548: db-2.7.7.bep

File db-2.7.7.bep, 888 bytes (added by martinhpedersen, 4 years ago)

bep

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-2.7.7.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="20256735091ee382c6601117d82d749a"
8BUILD {
9        cd db-2.7.7/dist
10        cp /boot/common/data/libtool/config/config.{guess,sub} .
11        libtoolize --force --copy --install
12        autoreconf -i
13        COMMON_DIR=`finddir B_COMMON_DIRECTORY`
14        ./configure --prefix=$COMMON_DIR
15        make
16}
17
18INSTALL {
19        cd db-2.7.7/dist
20        make install
21}
22
23TEST {
24        cd db-2.7.7/dist
25#       make dbtest
26}
27
28LICENSE="BerkeleyDB"
29COPYRIGHT="1990-1998, Sleepycat Software
30        1990-1995, The Regents of the University of California
31        1996-1996, The President and Fellows of Harvard University"

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/