First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 111
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Bart Verwilst <bart@verwilst.be>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Arndt <arndtc@theeggbeater.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 111 depends on: Show dependency tree
Show dependency graph
Bug 111 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-01-09 19:37 0000
Glame is an audio file editing utility.

------- Comment #1 From Chris Arndt 2002-01-09 22:22:30 0000 -------
Forgot to attache the ebuild, and now bugzilla won't let me attach it.

------- Comment #2 From Chris Arndt 2002-01-12 16:03:43 0000 -------
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Chris Arndt <arndtc@mailandnews.com>
# /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp


#inside ${WORKDIR}
A=${PN}-0.5.3.tar.gz
S=${WORKDIR}/${PN}-0.5.3
DESCRIPTION="Glame is an audio file editing utility."
SRC_URI="http://download.sourceforge.net/glame/${A}"
HOMEPAGE="http://glame.sourceforge.net/glame/"

#build-time dependencies
DEPEND=">=dev-util/guile-1.4-r3
	>=dev-util/glame-0.6.2
	>=dev-libs/libxml-1.8.16
	>=media-libs/audiofile-0.2.1"

#run-time dependencies, same as DEPEND if RDEPEND isn't defined:
#RDEPEND="$DEPEND"


src_compile() {

    try ./configure --infodir=/usr/share/info --mandir=/usr/share/man
--host=${CHOST}

    try emake
}


src_install () {

    try make DESTDIR=${D} install
    dodoc AUTHORS BUGS COPYING CREDITS Changelog INSTALL MAINTAINERS NEWS README
TODO
}


------- Comment #3 From Bart Verwilst 2002-01-19 07:53:07 0000 -------
Few remarks for the author:

* using the A variable is deprecated, should not be used anymore
* instead of 
  # /home/cvsroot/gentoo-x86/skel.build,v 1.5 2001/07/24 22:30:35 lordjoe Exp
  you should use # $Header: $
* try <instruction> isn't used anymore, it should now be <instruction> || die

Thanks! 

First Last Prev Next    No search results available      Search page      Enter new bug