# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/net-misc/neon/Attic/neon-0.15.3-r1.ebuild,v 1.4 2002/07/16 21:39:23 karltk dead $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" KEYWORDS="x86" LICENSE="LGPL" SLOT="0" SRC_URI="http://www.webdav.org/neon/neon-0.15.3.tar.gz" HOMEPAGE="http://www.webdav.org/neon" DEPEND="dev-libs/libxml2" src_compile() { local myconf if [ "`use ssl`" ] ; then myconf="$myconf --with-ssl" fi ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} --enable-shared $myconf || die emake || die } src_install () { make prefix=${D}/usr install || die }