summaryrefslogtreecommitdiff
blob: 06f6275c52e6216a993b67dd639ade87bb83fd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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
# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.5.2-r1.ebuild,v 1.1 2001/10/06 14:36:55 azarah Exp $



#inside ${WORKDIR}
A=${PN}-0.5.2.tar.gz
S=${WORKDIR}/${PN}-0.5.2
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-libs/libxml-1.8.15
         >=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
}