diff options
Diffstat (limited to 'x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild')
-rw-r--r-- | x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild index eb97e283a64c..6fe0825cd3ab 100644 --- a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild +++ b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.5 2006/02/17 22:21:44 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.6 2006/10/31 22:38:58 leonardop Exp $ -inherit eutils +WANT_AUTOMAKE=1.8 +inherit autotools eutils DESCRIPTION="A clean set of GTK+ themes based on the Smooth engine" HOMEPAGE="http://sourceforge.net/projects/smooth-engine/" @@ -16,17 +17,15 @@ IUSE="" DEPEND="" RDEPEND=">=x11-themes/gtk-engines-2" + src_unpack() { unpack "${A}" cd "${S}" # Remove unnecessary checks in the configure script - epatch ${FILESDIR}/${P}-remove_checks.patch + epatch "${FILESDIR}"/${P}-remove_checks.patch - export WANT_AUTOMAKE=1.8 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" - automake || die "automake failed" + eautoreconf } src_install() { |