# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="GNOME parted GUI" HOMEPAGE="http://gparted.sourceforge.net/" SRC_URI="mirror://sourceforge/gparted/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND=">=parted-1.6.14 >=gtkmm-2.4.0" src_compile() { econf || die emake || die "emake failed" } src_install() { einstall || die "einstall failed" }