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 | da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch) | |
tree | 7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/efence | |
parent | repoman'd (diff) | |
download | gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2 gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.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 } |