diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-12-28 23:05:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-12-28 23:05:03 +0000 |
commit | 909fb38107a363b49e5e438290f4b72e012bec4f (patch) | |
tree | 3b8977517424188c22bbd6c585db160ac5e1d2e9 /net-dialup/penggy/penggy-0.2.1.ebuild | |
parent | Moved dev-libs/root to sci-libs/root (diff) | |
download | historical-909fb38107a363b49e5e438290f4b72e012bec4f.tar.gz historical-909fb38107a363b49e5e438290f4b72e012bec4f.tar.bz2 historical-909fb38107a363b49e5e438290f4b72e012bec4f.zip |
remove src_compile()
Diffstat (limited to 'net-dialup/penggy/penggy-0.2.1.ebuild')
-rw-r--r-- | net-dialup/penggy/penggy-0.2.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-dialup/penggy/penggy-0.2.1.ebuild b/net-dialup/penggy/penggy-0.2.1.ebuild index f0bfa3e52ea0..f7e6b65db39a 100644 --- a/net-dialup/penggy/penggy-0.2.1.ebuild +++ b/net-dialup/penggy/penggy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.4 2004/12/28 22:58:26 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.5 2004/12/28 23:05:03 mrness Exp $ DESCRIPTION="Provide access to Internet using the AOL/Compuserve network." HOMEPAGE="http://www.peng.apinc.org/eng/" @@ -11,11 +11,6 @@ KEYWORDS="x86" IUSE="" RDEPEND=">=dev-util/guile-1.4.0" -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - src_install() { make DESTDIR=${D} install || die "make install failed" exeinto /etc/init.d |