diff options
Diffstat (limited to 'media-sound/ario/ario-1.1.ebuild')
-rw-r--r-- | media-sound/ario/ario-1.1.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/media-sound/ario/ario-1.1.ebuild b/media-sound/ario/ario-1.1.ebuild index 27edb275ed52..9e3d5f5fa008 100644 --- a/media-sound/ario/ario-1.1.ebuild +++ b/media-sound/ario/ario-1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.5 2008/12/06 21:13:51 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.6 2008/12/06 22:14:07 angelos Exp $ EAPI=1 -inherit gnome2-utils +inherit autotools eutils gnome2-utils DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox" HOMEPAGE="http://ario-player.sourceforge.net" @@ -27,6 +27,13 @@ DEPEND="sys-devel/gettext S="${WORKDIR}" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-as-needed.patch + eautoreconf +} + src_compile() { econf \ $(use_enable zeroconf avahi) \ |