# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/isomaster/isomaster-1.2.ebuild,v 1.1 2007/12/16 14:55:58 pylon Exp $ inherit eutils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster/" SRC_URI="http://littlesvr.ca/isomaster/releases/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~x86-fbsd" SLOT="0" IUSE="" RDEPEND=">=x11-libs/gtk+-2.0" DEPEND="${RDEPEND}" src_compile() { emake PREFIX="/usr" || die "emake failed" } src_install() { emake PREFIX="/usr" DESTDIR="${D}" install || die "Install failed" dodoc *.TXT }