diff --git a/net-misc/neon/neon-0.29.6.recipe b/net-misc/neon/neon-0.29.6.recipe index fcbdb9e17..4e3691096 100644 --- a/net-misc/neon/neon-0.29.6.recipe +++ b/net-misc/neon/neon-0.29.6.recipe @@ -18,11 +18,15 @@ DESCRIPTION=" property manipulation. " HOMEPAGE="http://www.webdav.org/neon/" +LICENSE="GNU LGPL v2" +COPYRIGHT="1999-2011 Joe Orton" SRC_URI="http://www.webdav.org/neon/neon-0.29.6.tar.gz" CHECKSUM_MD5="591e0c82e6979e7e615211b386b8f6bc" -REVISION="4" +REVISION="5" ARCHITECTURES="x86_gcc2 ?x86" +PATCHES="neon-0.29.6.patch" + PROVIDES=" neon = $portVersion compat >= 0.29 lib:libneon = 27.2.6 compat >= 27.2 @@ -59,18 +63,18 @@ BUILD() libtoolize --force --copy --install aclocal -I macros autoconf - ./configure $configureDirArgs \ + runConfigure ./configure \ --with-ssl \ --with-libxml2 \ --enable-shared \ --disable-nls - make + make $jobArgs } INSTALL() { make install + prepareInstalledDevelLibs libneon + fixDevelopLibDirReferences $binDir/neon-config + fixPkgconfig } - -LICENSE="GNU LGPL v2" -COPYRIGHT="1999-2011 Joe Orton" diff --git a/net-misc/neon/patches/neon-0.29.6.patch b/net-misc/neon/patches/neon-0.29.6.patch new file mode 100644 index 000000000..7bdb12180 --- /dev/null +++ b/net-misc/neon/patches/neon-0.29.6.patch @@ -0,0 +1,12 @@ +diff -ur orig/neon-0.29.6/Makefile.in neon-0.29.6/Makefile.in +--- orig/neon-0.29.6/Makefile.in 2009-09-04 09:36:26.062914560 +0200 ++++ neon-0.29.6/Makefile.in 2013-04-30 19:33:32.347340800 +0200 +@@ -22,7 +22,7 @@ + man3dir = $(mandir)/man3 + datarootdir = @datarootdir@ + datadir = @datadir@ +-docdir = $(datadir)/doc/neon-@NEON_VERSION@ ++docdir = @docdir@ + includedir = @includedir@ + neonincludes = $(includedir)/neon + pkgconfigdir = $(libdir)/pkgconfig