diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 00:50:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 00:50:05 +0000 |
commit | e428fec2c3fef71c3491ec61e552bfd0a9238e3b (patch) | |
tree | 71e1b04d1cc4cdc2d63d8f8ee0156fa6a091bf5c /app-doc/chmlib/chmlib-0.32.ebuild | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-e428fec2c3fef71c3491ec61e552bfd0a9238e3b.tar.gz gentoo-2-e428fec2c3fef71c3491ec61e552bfd0a9238e3b.tar.bz2 gentoo-2-e428fec2c3fef71c3491ec61e552bfd0a9238e3b.zip |
econf || die, add sed-4 dep
Diffstat (limited to 'app-doc/chmlib/chmlib-0.32.ebuild')
-rw-r--r-- | app-doc/chmlib/chmlib-0.32.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-doc/chmlib/chmlib-0.32.ebuild b/app-doc/chmlib/chmlib-0.32.ebuild index 1a34f1d94881..7f2fced3470b 100644 --- a/app-doc/chmlib/chmlib-0.32.ebuild +++ b/app-doc/chmlib/chmlib-0.32.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.32.ebuild,v 1.5 2004/06/24 21:38:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.32.ebuild,v 1.6 2004/06/30 00:50:05 agriffis Exp $ DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils" HOMEPAGE="http://66.93.236.84/~jedwin/projects/chmlib/" SRC_URI="http://66.93.236.84/~jedwin/projects/chmlib/${PF}.tgz" +DEPEND=">=sys-apps/sed-4" LICENSE="LGPL-2.1" SLOT="0" @@ -17,7 +18,7 @@ src_unpack() { unpack ${A} cd ${S} sed -i -r "s,(\\\$\\{INSTALLPREFIX\\}),\${DESTDIR}\\1,g;s,@LIBTOOL@,libtool,g" Makefile.in - econf + econf || die "econf failed" # sed -i "s:gcc-3.2:gcc:" Makefile # sed -i "s:/usr/local/:/${D}/usr/:" Makefile if [ "${ARCH}" = "ppc" ]; then |