diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 16:37:51 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 16:37:51 +0000 |
commit | 3384bb3c06393419f6cea014f5238f50e4613f14 (patch) | |
tree | 2b5e6066e59e5082b46e134b5a00774ebec3665c /net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild | |
parent | Remove bogus groff dependency. (diff) | |
download | historical-3384bb3c06393419f6cea014f5238f50e4613f14.tar.gz historical-3384bb3c06393419f6cea014f5238f50e4613f14.tar.bz2 historical-3384bb3c06393419f6cea014f5238f50e4613f14.zip |
Fix broken autotools handling.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild')
-rw-r--r-- | net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild index bfc8ac6c60e1..cfd4eff5f3a6 100644 --- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild +++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.4 2006/10/10 15:11:41 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.5 2007/01/04 16:33:29 flameeyes Exp $ -inherit eutils versionator +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils versionator autotools FAX_SPOOL_DIR="/var/spool/fax" @@ -42,8 +45,7 @@ src_unpack() { # apply bugfix patch (see bug #145982) epatch "${FILESDIR}/${P}-recvdev.diff" - # run libtoolize - libtoolize --copy --force + eautoreconf # fix location of fax spool for i in config.faxCAPI Readme_src src/defaults.h.in debian/*.1; do @@ -139,5 +141,5 @@ pkg_postinst() { einfo einfo "Then append the following line to your hylafax" einfo "config file (${FAX_SPOOL_DIR}/etc/config):" - einfo "SendFaxCmd: /usr/bin/c2faxsend" + einfo "SendFaxCmd: /usr/bin/c2faxsend" } |