# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.17.9.ebuild,v 1.1 2008/03/04 16:31:31 araujo Exp $ MY_P="himerge-${PV}" DESCRIPTION="Haskell Graphical User Interface for the Gentoo's Portage System." HOMEPAGE="http://www.haskell.org/himerge/" SRC_URI="x86? ( http://dev.gentoo.org/~araujo/stuff/bin/${P}-x86.tar.bz2 ) amd64? ( http://dev.gentoo.org/~araujo/stuff/bin/${P}-amd64.tar.bz2 )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RESTRICT="strip" DEPEND=">=x11-libs/gtk+-2 >=app-portage/eix-0.9.3 >=app-portage/gentoolkit-0.2.3 >=app-portage/portage-utils-0.1.28 www-client/mozilla-firefox" RDEPEND="" S="${WORKDIR}/${MY_P}" src_compile() { einfo "Binary package." einfo "Compilation not required." } src_install() { cp -pr * "${D}" }