Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160025
Collapse All | Expand All

(-)libgpod-0.4.0.ebuild (-10 / +5 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
7
5
inherit eutils autotools
8
inherit eutils autotools
6
9
7
DESCRIPTION="Shared library to access the contents of an iPod"
10
DESCRIPTION="Shared library to access the contents of an iPod"
Lines 19-29 Link Here
19
			>=dev-lang/swig-1.3.24
22
			>=dev-lang/swig-1.3.24
20
			>=dev-python/eyeD3-0.6.6 )"
23
			>=dev-python/eyeD3-0.6.6 )"
21
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
22
		sys-devel/autoconf
25
		dev-util/pkgconfig"
23
		sys-devel/automake
24
		dev-util/pkgconfig
25
		sys-devel/libtool
26
		>=dev-util/intltool-0.2.9"
27
26
28
src_unpack() {
27
src_unpack() {
29
	unpack ${A}
28
	unpack ${A}
Lines 31-41 Link Here
31
	cd  ${S}
30
	cd  ${S}
32
	epatch ${FILESDIR}/libgpod-0.4.0-test-nogdk.patch
31
	epatch ${FILESDIR}/libgpod-0.4.0-test-nogdk.patch
33
32
34
	# Dont run aclocal, it breaks
33
	AT_M4DIR="m4" eautoreconf
35
	eautomake
36
	eautoconf
37
	eautoheader
38
	elibtoolize
39
}
34
}
40
35
41
src_compile() {
36
src_compile() {

Return to bug 160025