/[gentoo-x86]/dev-libs/g-wrap/g-wrap-1.9.13.ebuild
Gentoo

Contents of /dev-libs/g-wrap/g-wrap-1.9.13.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Wed Oct 3 18:10:04 2012 UTC (7 months, 2 weeks ago) by ranger
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
Marking g-wrap-1.9.13 ppc for bug 427470

(Portage version: 2.1.10.65/cvs/Linux ppc64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.9.13.ebuild,v 1.8 2012/08/27 17:57:52 armin76 Exp $
4
5 EAPI=4
6
7 inherit eutils
8
9 DESCRIPTION="A tool for exporting C libraries into Scheme"
10 HOMEPAGE="http://www.nongnu.org/g-wrap/"
11 SRC_URI="http://download.savannah.gnu.org/releases/g-wrap/${P}.tar.gz"
12 KEYWORDS="amd64 hppa ppc ppc64 x86"
13 SLOT="0"
14 LICENSE="GPL-2"
15 IUSE=""
16
17 # guile-lib for srfi-34, srfi-35
18 RDEPEND="
19 dev-libs/glib:2
20 dev-scheme/guile-lib
21 dev-scheme/guile[deprecated]
22 virtual/libffi"
23 DEPEND="${RDEPEND}
24 virtual/pkgconfig
25 dev-util/indent"
26
27 MAKEOPTS+=" -j1"
28
29 src_configure() {
30 econf --disable-Werror --with-glib
31 }

  ViewVC Help
Powered by ViewVC 1.1.13