public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Kadau" <peter.kadau@web.de>
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] gcdmaster ebuild
Date: Tue Aug  7 11:10:01 2001	[thread overview]
Message-ID: <200108071709.f77H96624251@mailgate3.cinetic.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

hi !

here is an ebuild for gcdmaster.
hope it works on other boxes as well.

i wanna do an ebuild for the commandline-tool-only as well.
(actually, that should be much easier than getting the correct paths
 for the GUI-form ;-)

ciao
peter

-----------------------------------------------------------------
peter kadau
email: peter.kadau@web.de
open source is no religion - it just produces the most reliable software
-----------------------------------------------------------------
______________________________________________________________________________
Jetzt und nur hier Ihr original PREMIERE WORLD SportPaket 
plus 100 Euro ExtraPrämie: http://premiere.web.de

[-- Attachment #2: gcdmaster-1.1.5.ebuild --]
[-- Type: application/octet-stream, Size: 1857 bytes --]

# Author: Peter Kadau <peter.kadau@web.de>
# licensed under GPL, version 2 or later
# /home/peter/projects/cdrdao/gcdmaster-1.1.5.ebuild
A=cdrdao-1.1.5.src.tar.gz
S=${WORKDIR}/cdrdao-1.1.5
DESCRIPTION="Burn CDs in disk-at-once mode -- with GUI frontend"
SRC_URI="http://prdownloads.sourceforge.net/cdrdao/${A}"
HOMEPAGE="http://cdrdao.sourceforge.net/"

DEPEND=">=dev-util/pccts-1.33.24-r1 >=gnome-base/gnome-libs-1.2.3 >=x11-libs/gtkmm-1.2.5 >=gnome-libs/gnomemm-1.1.17"
RDEPEND=">=gnome-base/gnome-libs-1.2.3 >=x11-libs/gtkmm-1.2.5 >=gnome-libs/gnomemm-1.1.17"

src_compile() {
	try ./configure --with-gnome --prefix=/usr --build="${CHOST}" \
	--host="${CHOST}"
	try make MAKE="make ${MAKEOPTS}" COPTS="${CFLAGS}" \
	CXXOPTS="${CXXFLAGS}"
}

src_install() {
	# binaries
	# cdrdao in /usr/bin
	dobin dao/cdrdao
	# gcdmaster in /opt/gnome/bin
	into /opt/gnome
	dobin xdao/gcdmaster
	#
	# data of cdrdao in /usr/share/cdrdao/
	# (right now only driverlist)
	insinto /usr/share/cdrdao
	newins dao/cdrdao.drivers drivers
	#
	# pixmaps for gcdmaster in /opt/gnome/share/pixmaps/gcdmaster
	insinto /opt/gnome/share/pixmaps/gcdmaster
	doins xdao/pixmap_copycd.png 
	doins xdao/pixmap_audiocd.png
	doins xdao/pixmap_datacd.png
	doins xdao/pixmap_open.png 
	doins xdao/pixmap_mixedcd.png 
	doins xdao/pixmap_cd.png
	doins xdao/pixmap_help.png 
	doins xdao/pixmap_dumpcd.png
	doins xdao/gcdmaster.png
	# application links
	# gcdmaster.desktop in /opt/gnome/share/gnome/apps/Applications
	insinto /opt/gnome/share/gnome/apps/Applications
	doins xdao/gcdmaster.desktop
	# 
	# man pages
	# cdrdao.1 in /usr/share/man/man1/
	into /usr
	newman dao/cdrdao.man cdrdao.1
	# xcdrdao.1 renamed to gcdmaster.1 in /opt/gnome/share/man/man1/
	into /opt/gnome
	newman xdao/xcdrdao.man gcdmaster.1
	# 
	# documentation
	docinto ""
	dodoc COPYING CREDITS INSTALL README* Release*
}

             reply	other threads:[~2001-08-07 17:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-07 11:10 Peter Kadau [this message]
2001-08-07 11:16 ` [gentoo-dev] gcdmaster ebuild Dan Armak
2001-08-08  4:50 ` Mikael Hallendal
  -- strict thread matches above, loose matches on Subject: below --
2001-08-08  5:55 Peter Kadau
2001-08-08  6:11 ` Mikael Hallendal
2001-08-08 11:58   ` Hendrik Visage
2001-08-08 12:51     ` Mikael Hallendal
2001-08-08  6:34 Peter Kadau
2001-08-08  7:24 ` Mikael Hallendal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200108071709.f77H96624251@mailgate3.cinetic.de \
    --to=peter.kadau@web.de \
    --cc=gentoo-dev@cvs.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox