summaryrefslogtreecommitdiff
blob: 8f821bb085133d6bc4b45d8ed26cd4082c4d4128 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gpe-base/libsoundgen/libsoundgen-0.6.ebuild,v 1.2 2009/09/06 16:38:15 miknix Exp $

GPE_TARBALL_SUFFIX="bz2"
inherit gpe autotools

DESCRIPTION="Sound generator library for the GPE Palmtop Environment and gpe-calendar."

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
GPE_DOCS="AUTHORS COPYING.LIB ChangeLog"

RDEPEND="${RDEPEND}
	>=dev-libs/glib-2.0"

DEPEND="${DEPEND}
	media-sound/esound
	${RDEPEND}"

src_unpack() {
	gpe_src_unpack "$@"

	# gtk-doc is currently not used
	sed -i -e 's;GTK_DOC_CHECK(1.2);;' configure.ac \
		|| die "Fail to sed configure.ac"

	eautoreconf
}