Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: gupnp-av-0.2.1.ebuild
Date: Tue, 28 Oct 2008 21:42:31
Message-Id: E1KuwKb-00064v-FZ@stork.gentoo.org
1 tester 08/10/28 21:42:29
2
3 Added: gupnp-av-0.2.1.ebuild
4 Log:
5 Version bump, bug #241338
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.1 net-libs/gupnp-av/gupnp-av-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.2.1.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.2.1.ebuild?rev=1.1&content-type=text/plain
13
14 Index: gupnp-av-0.2.1.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.2.1.ebuild,v 1.1 2008/10/28 21:42:29 tester Exp $
19
20 DESCRIPTION="a small utility library that aims to ease the handling UPnP A/V profiles."
21 HOMEPAGE="http://gupnp.org"
22 SRC_URI="http://gupnp.org/sources/${PN}/${P}.tar.gz"
23
24 LICENSE="LGPL-2"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27 IUSE=""
28
29 RDEPEND=">=dev-libs/glib-2
30 >=net-libs/gupnp-0.10"
31 DEPEND="${RDEPEND}
32 dev-util/pkgconfig"
33
34 src_compile() {
35 econf --disable-dependency-tracking --disable-gtk-doc
36 emake || die "emake failed."
37 }
38
39 src_install() {
40 emake DESTDIR="${D}" install || die "emake install failed."
41 dodoc AUTHORS ChangeLog NEWS README
42 }