diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-24 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-24 14:00:14 +0000 |
commit | ff8a53d054e3896a7a17b46b582bebdb18b89a99 (patch) | |
tree | 59fb2410bfe30cbda510722ea40b0fee07c41fe7 /sys-libs/db | |
parent | A static python with fchksum-1.1 buildin for ebuild and env-update. (diff) | |
download | historical-ff8a53d054e3896a7a17b46b582bebdb18b89a99.tar.gz historical-ff8a53d054e3896a7a17b46b582bebdb18b89a99.tar.bz2 historical-ff8a53d054e3896a7a17b46b582bebdb18b89a99.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/db-1.85.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/db/db-1.85.ebuild b/sys-libs/db/db-1.85.ebuild index 67af07391ace..3bb787b758f1 100644 --- a/sys-libs/db/db-1.85.ebuild +++ b/sys-libs/db/db-1.85.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85.ebuild,v 1.4 2000/11/30 23:14:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85.ebuild,v 1.5 2000/12/24 14:00:14 achim Exp $ A=db.1.85.tar.gz S=${WORKDIR}/db.1.85 @@ -9,7 +9,7 @@ DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it." SRC_URI="http://www.sleepycat.com/update/1.85/db.1.85.tar.gz" HOMEPAGE="http://www.sleepycat.com" DEPEND=">=sys-libs/glibc-2.2 !sys-libs/glibc-2.1.3" - +RDEPEND=$DEPEND src_unpack() { unpack ${A} cd ${S} @@ -30,6 +30,7 @@ src_install () { dosym libdb1.so.2 /usr/lib/libdb1.so dosym libdb1.so.2 /usr/lib/libdb.so.2 dosym libdb1.so.2 /usr/lib/libndbm.so + dosym libdb1.a /usr/lib/libndbm.a dodir /usr/include/db1 insinto /usr/include/db1 doins ../include/ndbm.h ../../include/db.h ../../include/mpool.h |