Gentoo Archives: gentoo-dev

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: gentoo-x86 commit in app-office/homebank: metadata.xml ChangeLog homebank-3.7.ebuild Manifest
Date: Tue, 01 Apr 2008 13:38:03
Message-Id: fstdqu$fd9$1@ger.gmane.org
1 Denis Dupeyron (calchan) wrote:
2
3 > # /var/cvsroot/gentoo-x86/app-office/homebank/homebank-3.7.ebuild,v 1.1
4 > # 2008/04/01 12:24:09 calchan Exp $
5 >
6 > inherit autotools fdo-mime
7 >
8 > DESCRIPTION="Free, easy, personal accounting for everyone"
9 > HOMEPAGE="http://homebank.free.fr/index.php"
10 > SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
11 > LICENSE="GPL-2"
12 > SLOT="0"
13 > IUSE="ofx"
14 > KEYWORDS="~amd64 ~x86"
15 >
16 > RDEPEND=">=x11-libs/gtk+-2.0
17 > ofx? ( >=dev-libs/libofx-0.7 )"
18 > DEPEND="${RDEPEND}
19 > dev-util/pkgconfig"
20 >
21 > src_unpack() {
22 > unpack ${A}
23 > cd "${S}"
24 >
25 > sed -i \
26 > -e 's/-Werror//' configure.ac \
27 > -e 's/LDFLAGS="${LDFLAGS} -lofx"/LIBS="${LIBS} -lofx"/' \
28 > configure.ac || die "sed failed"
29 >
30 > eautoreconf
31 > }
32 eautoconf is enough.
33
34 Cheers,
35 Tiziano
36
37
38
39
40 --
41 gentoo-dev@l.g.o mailing list

Replies