Denis Dupeyron (calchan) wrote:

> # /var/cvsroot/gentoo-x86/app-office/homebank/homebank-3.7.ebuild,v 1.1
> # 2008/04/01 12:24:09 calchan Exp $
> 
> inherit autotools fdo-mime
> 
> DESCRIPTION="Free, easy, personal accounting for everyone"
> HOMEPAGE="http://homebank.free.fr/index.php";
> SRC_URI="http://homebank.free.fr/public/${P}.tar.gz";
> LICENSE="GPL-2"
> SLOT="0"
> IUSE="ofx"
> KEYWORDS="~amd64 ~x86"
> 
> RDEPEND=">=x11-libs/gtk+-2.0
> ofx? ( >=dev-libs/libofx-0.7 )"
> DEPEND="${RDEPEND}
> dev-util/pkgconfig"
> 
> src_unpack() {
> unpack ${A}
> cd "${S}"
> 
> sed -i \
> -e 's/-Werror//' configure.ac \
> -e 's/LDFLAGS="${LDFLAGS} -lofx"/LIBS="${LIBS} -lofx"/' \
> configure.ac || die "sed failed"
> 
> eautoreconf
> }
eautoconf is enough.

Cheers,
Tiziano




-- 
[email protected] mailing list

Reply via email to