/[gentoo-x86]/app-admin/augeas/augeas-0.10.0.ebuild
Gentoo

Contents of /app-admin/augeas/augeas-0.10.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Sun Aug 26 17:04:16 2012 UTC (8 months, 3 weeks ago) by armin76
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
alpha/sparc stable wrt #418483

(Portage version: 2.1.11.5/cvs/Linux ia64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.10.0.ebuild,v 1.6 2012/08/03 06:46:43 jdhore Exp $
4
5 EAPI="4"
6 inherit eutils
7
8 DESCRIPTION="A library for changing configuration files"
9 HOMEPAGE="http://augeas.net/"
10 SRC_URI="http://augeas.net/download/${P}.tar.gz"
11
12 LICENSE="LGPL-2.1"
13 SLOT="0"
14 KEYWORDS="alpha amd64 hppa ppc sparc x86"
15 IUSE="static-libs test"
16
17 RDEPEND="sys-libs/readline
18 dev-libs/libxml2"
19 DEPEND="${RDEPEND}
20 virtual/pkgconfig
21 >=app-doc/NaturalDocs-1.40
22 test? ( dev-lang/ruby )"
23
24 src_prepare() {
25 if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
26 addwrite /usr/share/NaturalDocs/Config/Languages.txt
27 fi
28 if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
29 addwrite /usr/share/NaturalDocs/Config/Topics.txt
30 fi
31 }
32
33 src_configure() {
34 econf $(use_enable static-libs static) || die
35 }
36
37 src_install() {
38 default
39
40 use static-libs || find "${ED}" -name '*.la' -delete
41
42 dodoc AUTHORS ChangeLog README NEWS
43 }

  ViewVC Help
Powered by ViewVC 1.1.13