Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2248 - cdb 0.75 (new ebuild)
Summary: cdb 0.75 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://cr.yp.to/cdb.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 15:26 UTC by jakd
Modified: 2002-07-09 13:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakd 2002-04-29 15:26:40 UTC
A fast, reliable, simple package for creating and reading constant databases.

Placed under dev-db/cdb (?)




#
#

S=${WORKDIR}/${P}
DESCRIPTION="A fast, reliable, simple package for creating and reading constant
databases"
SRC_URI="http://cr.yp.to/cdb/${P}.tar.gz"
HOMEPAGE="http://cr.yp.to/cdb.html"

src_compile() {                           
        echo "gcc ${CFLAGS}" > conf-cc
        echo "gcc" > conf-ld
        echo "/usr" > conf-home
        emake || die "emake failed"
}

src_install() {                               
        for i in cdbdump cdbget cdbmake cdbmake-12 cdbmake-sv cdbstats cdbtest
        do
                doexe $i
        done
        newlib.a cdb.a libcdb.a
        insinto /usr/include
        doins cdb.h

        dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION
}
Comment 1 jakd 2002-05-01 16:33:41 UTC
oops.  that install should have a "into /usr/bin" before the for.

my apologies...
Comment 2 jakd 2002-05-01 17:14:51 UTC
er, i mean, "exeinto /usr/bin/", into user for the lib.
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-07-09 13:49:18 UTC
committed