/[gentoo-x86]/media-sound/flac123/flac123-0.0.9.ebuild
Gentoo

Contents of /media-sound/flac123/flac123-0.0.9.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (show annotations) (download)
Tue Oct 23 15:47:38 2007 UTC (5 years, 6 months ago) by aballier
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED
punt versions affected by  GLSA-200709-06
(Portage version: 2.1.3.15)

1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-sound/flac123/flac123-0.0.9.ebuild,v 1.11 2007/02/21 02:49:46 vapier Exp $
4
5 WANT_AUTOMAKE=1.6
6
7 inherit eutils autotools
8
9 DESCRIPTION="console app for playing FLAC audio files"
10 HOMEPAGE="http://flac-tools.sourceforge.net"
11 SRC_URI="mirror://sourceforge/flac-tools/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="amd64 arm ~ppc ppc64 sh sparc x86"
16 IUSE=""
17
18 DEPEND="media-libs/flac
19 media-libs/libao
20 media-libs/libogg"
21
22 src_unpack() {
23 unpack ${A}
24 cd "${S}"
25 epatch "${FILESDIR}/${P}+flac-1.1.3.patch"
26 epatch "${FILESDIR}/${P}-asneeded.patch"
27 eautoreconf
28 }
29
30 src_install() {
31 emake DESTDIR="${D}" install || die "make install failed"
32 dodoc AUTHORS BUGS ChangeLog NEWS README* TODO
33 }

  ViewVC Help
Powered by ViewVC 1.1.13