diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | 7d1d37dc9b919a276844cffcb10ad48f535dab14 (patch) | |
tree | 3372fa00d4361d25be03dbc9154b64131514f177 /dev-util/efence | |
parent | repoman'd (diff) | |
download | historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.gz historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.bz2 historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.zip |
repoman'd
Diffstat (limited to 'dev-util/efence')
-rw-r--r-- | dev-util/efence/efence-2.2.2.ebuild | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/efence/efence-2.2.2.ebuild b/dev-util/efence/efence-2.2.2.ebuild index c470105f6f23..e5adcfdac5b9 100644 --- a/dev-util/efence/efence-2.2.2.ebuild +++ b/dev-util/efence/efence-2.2.2.ebuild @@ -1,12 +1,16 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/efence/efence-2.2.2.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/efence/efence-2.2.2.ebuild,v 1.4 2002/07/23 11:22:17 seemant Exp $ S=${WORKDIR}/ElectricFence-${PV} DESCRIPTION="malloc() debugger for Linux and Unix." SRC_URI="ftp://ftp.perens.com/pub/ElectricFence/Beta/ElectricFence-${PV}.tar.gz" HOMEPAGE="http://perens.com/FreeSoftware/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { @@ -18,11 +22,11 @@ src_install () { dodir /usr/lib dodir /usr/share/man/man3 - make BIN_INSTALL_DIR=${D}/usr/bin \ - LIB_INSTALL_DIR=${D}/usr/lib \ - MAN_INSTALL_DIR=${D}/usr/share/man/man3 \ - install - assert "Installation of package failed." + make \ + BIN_INSTALL_DIR=${D}/usr/bin \ + LIB_INSTALL_DIR=${D}/usr/lib \ + MAN_INSTALL_DIR=${D}/usr/share/man/man3 \ + install || die dodoc CHANGES COPYING README } |