Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111 - glame-0.5.3.ebuild
Summary: glame-0.5.3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL: http://glame.sourceforge.net/glame/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-09 19:37 UTC by Chris Arndt
Modified: 2017-09-12 17:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Arndt 2002-01-09 19:37:28 UTC
Glame is an audio file editing utility.
Comment 1 Chris Arndt 2002-01-09 22:22:30 UTC
Forgot to attache the ebuild, and now bugzilla won't let me attach it.
Comment 2 Chris Arndt 2002-01-12 16:03:43 UTC
# 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 Bart Verwilst 2002-01-19 07:53:07 UTC
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! 
Comment 4 21221 2017-09-12 17:36:24 UTC
hppa