summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:40:11 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:40:11 +0000
commit37e4eda3e66aa757330e17c07a0d7b800ae5c3b7 (patch)
treef12b3e42c40022b643e73814de33f15958d07a1c /media-sound/takcd/takcd-0.10.ebuild
parentInitial commit. Thanks to brebs@sent.com, in bug 151004 for the ebuild this ... (diff)
downloadgentoo-2-37e4eda3e66aa757330e17c07a0d7b800ae5c3b7.tar.gz
gentoo-2-37e4eda3e66aa757330e17c07a0d7b800ae5c3b7.tar.bz2
gentoo-2-37e4eda3e66aa757330e17c07a0d7b800ae5c3b7.zip
Fix autotools rebuilding, thanks to Patrick Lauer in bug #153362.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-sound/takcd/takcd-0.10.ebuild')
-rw-r--r--media-sound/takcd/takcd-0.10.ebuild20
1 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/takcd/takcd-0.10.ebuild b/media-sound/takcd/takcd-0.10.ebuild
index 8edcd6e58735..823b4a538d1b 100644
--- a/media-sound/takcd/takcd-0.10.ebuild
+++ b/media-sound/takcd/takcd-0.10.ebuild
@@ -1,6 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.10 2005/09/15 19:59:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.11 2006/10/29 22:40:11 flameeyes Exp $
+
+WANT_AUTOMAKE="1.4"
+WANT_AUTOCONF="2.5"
+
+inherit autotools
IUSE=""
@@ -12,15 +17,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86"
-RDEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
-DEPEND="sys-devel/autoconf
- sys-devel/automake"
+ eautoreconf
+}
src_compile() {
- export WANT_AUTOMAKE=1.4
- export WANT_AUTOCONF=2.5
- ./autogen.sh
emake || die
}