diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:48:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:48:39 +0000 |
commit | 560e9c9d3c373d57d3649dceb60ecfb92f074980 (patch) | |
tree | fcf11bad444b57b2ff51ce5b39142ae0bba9ea05 /app-admin/stow | |
parent | fix badmask (diff) | |
download | gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.tar.gz gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.tar.bz2 gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.zip |
repoman'd
Diffstat (limited to 'app-admin/stow')
-rw-r--r-- | app-admin/stow/stow-1.3.3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index 123e5b3df1a5..08e34f0bc8c6 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.ebuild @@ -1,22 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.4 2002/07/17 20:43:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.5 2002/07/25 13:48:39 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Stow -- manage installation of software in /usr/local" SRC_URI="ftp://ftp.gnu.org/pub/gnu/stow/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.gnu.org/software/${PN}/" + +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND=">=sys-devel/perl-5.005" +DEPEND="sys-devel/perl" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die "./configure failed" emake || die "emake failed" } |