diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-21 09:53:51 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-11-21 09:53:51 +0000 |
commit | c9ea890fe77e5734e21874def8e12b4d3f8daa24 (patch) | |
tree | af94d345d7bda47366f6acee96f2694e4c8cc6cf /app-cdr/gcombust/gcombust-0.1.55.ebuild | |
parent | Fixed problem with head. Closes #63019. (diff) | |
download | historical-c9ea890fe77e5734e21874def8e12b4d3f8daa24.tar.gz historical-c9ea890fe77e5734e21874def8e12b4d3f8daa24.tar.bz2 historical-c9ea890fe77e5734e21874def8e12b4d3f8daa24.zip |
Added to ~amd64, bug #71887
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.55.ebuild')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.55.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.55.ebuild b/app-cdr/gcombust/gcombust-0.1.55.ebuild index f113162e874a..91302cdc8feb 100644 --- a/app-cdr/gcombust/gcombust-0.1.55.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.55.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.55.ebuild,v 1.7 2004/06/24 21:33:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.55.ebuild,v 1.8 2004/11/21 09:53:51 sekretarz Exp $ + +inherit gnuconfig DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen." HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" @@ -8,7 +10,7 @@ SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc ~amd64" IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* @@ -16,6 +18,13 @@ DEPEND="=x11-libs/gtk+-1.2* RDEPEND="${DEPEND} app-cdr/cdrtools" +src_unpack() { + if [ "${A}" != "" ]; then + unpack ${A} + fi + gnuconfig_update +} + src_compile() { local myconf |