Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21217 - ebuild for cdw-0.1.4
Summary: ebuild for cdw-0.1.4
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-05-18 16:58 UTC by Thomas Ferencz (RETIRED)
Modified: 2003-10-27 12:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for cdw-0.2.0-pre1 (cdw-0.2.0_pre1.ebuild,1.13 KB, text/plain)
2003-10-12 12:08 UTC, Nyari Zoltan
Details
ebuild for cdw-0.2.0_pre3 (cdw-0.2.0_pre3.ebuild,1004 bytes, text/plain)
2003-10-13 10:17 UTC, Thomas Ferencz (RETIRED)
Details
ebuild for cdw-0.2.0_pre3 (cdw-0.2.0_pre3.ebuild,968 bytes, text/plain)
2003-10-14 13:08 UTC, Nyari Zoltan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Ferencz (RETIRED) gentoo-dev 2003-05-18 16:58:01 UTC
This is an ebuild for the ncurses-based cdrecord and mkisofs frontend cdw,
developed by Balazs Varkonyi.

cdw-0.1.4.ebuild

-----------------------------------------------------------------

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $


DESCRIPTION="ncurses-based console frontend to cdrecord and mkisofs"


HOMEPAGE="http://cdw.sourceforge.net"


SRC_URI="http://cesnet.dl.sourceforge.net/sourceforge/cdw/${P}.tar.gz"


LICENSE="GPL-2"


SLOT="0"


KEYWORDS="~x86"


IUSE=""


DEPEND="app-cdr/cdrtools	(>=cdrtools-2.01_alpha12"


#RDEPEND=""


S=${WORKDIR}/${P}

src_compile() {
	
	
	 econf || die

	
	emake || die
	
}

src_install() {
	
	einstall || die
}

----------------------------------------------------------------------------
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2003-10-02 18:23:08 UTC
I'm trying to reduce the number of packages I maintain.
Punting back to bug-wranglers.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2003-10-09 23:45:48 UTC
Added to CVS.
Comment 3 Nyari Zoltan 2003-10-12 12:08:31 UTC
Created attachment 19139 [details]
Ebuild for cdw-0.2.0-pre1

This is the latest version of the cdw console cd writer frontend. Now with
gtk2
gui.
Comment 4 Thomas Ferencz (RETIRED) gentoo-dev 2003-10-13 10:17:31 UTC
Created attachment 19188 [details]
ebuild for cdw-0.2.0_pre3

Source has been updated by package maintainers, so I am attaching an updated
ebuild.
Comment 5 Nyari Zoltan 2003-10-14 13:08:11 UTC
Created attachment 19236 [details]
ebuild for cdw-0.2.0_pre3

I fixed the symlink creation part of the install.
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-10-17 07:01:54 UTC
newer ebuild
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-10-17 07:02:17 UTC
next time, please open a new bug for submitting new files, please
Comment 8 Mr. Bones. (RETIRED) gentoo-dev 2003-10-17 23:56:41 UTC
What's the deal with the /usr/local/share stuff in the ebuild?
Comment 9 Nyari Zoltan 2003-10-19 14:28:07 UTC
The previous version of this program, contained a bug, because it always
looks for pixmaps in the /usr/local/share/cdw directory, but it's corrected
so you can remove the symlink creation. 
Comment 10 Mr. Bones. (RETIRED) gentoo-dev 2003-10-27 12:01:53 UTC
pre3 has packaging issues that the upstream authors are fixing.  I'll pick
it
up again at pre4 or 0.2.0 final.  Go ahead and enter a new bug when one of
those shows up.  Thanks.