diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 12:00:51 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 12:00:51 +0000 |
commit | d9495f070d5edaf7afb64679ea7bf5e26efd8751 (patch) | |
tree | 61ba90189c86b8c1273703fabc919742939080d9 /app-cdr | |
parent | A console mixer (diff) | |
download | gentoo-2-d9495f070d5edaf7afb64679ea7bf5e26efd8751.tar.gz gentoo-2-d9495f070d5edaf7afb64679ea7bf5e26efd8751.tar.bz2 gentoo-2-d9495f070d5edaf7afb64679ea7bf5e26efd8751.zip |
*** empty log message ***
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8 | 1 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8 b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8 new file mode 100644 index 000000000000..630881ebfbe4 --- /dev/null +++ b/app-cdr/xcdroast/files/digest-xcdroast-0.98_alpha8 @@ -0,0 +1 @@ +MD5 b26664d09a530f798e062cfb9f8aac8f xcdroast-0.98alpha8.tar.gz diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild new file mode 100644 index 000000000000..65e77d2425a8 --- /dev/null +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <blutgens@sistina.com> +# /home/cvsroot/gentoo-x86/app-cdr/cdrx/cdrx-0.2.ebuild,v 1.1 2001/06/04 19:37:29 blutgens Exp + +A=xcdroast-0.98alpha8.tar.gz +S=${WORKDIR}/xcdroast-0.98alpha8 +DESCRIPTION="Menu based front-end to mkisofs and cdrecord" +SRC_URI="http://www.xcdroast.org/download/${A}" +HOMEPAGE="http://www.xcdroast.org/" + +DEPEND=">=app-cdr/cdrecord-1.9 + >=dev-libs/glib-1.2.3 + >=x11-libs/gtk+-1.2.3 + >=media-libs/giflib-3.0" + + +src_compile () { + try make ${MAKEOPTS} CC=\"gcc $CFLAGS\" + +} + +src_install () { + + try make DESTDIR=${D} install + chown root.wheel ${D}/usr/bin/xcdrgtk + dodoc CHANGELOG COPYING DOCUMENTATION FAQ README* TRANSLATION.HOWTO +} + |