diff --git a/dev-libs/lzo/lzo-2.06.recipe b/dev-libs/lzo/lzo-2.09.recipe similarity index 78% rename from dev-libs/lzo/lzo-2.06.recipe rename to dev-libs/lzo/lzo-2.09.recipe index 8b3c2ed6e..1899ffa2a 100644 --- a/dev-libs/lzo/lzo-2.06.recipe +++ b/dev-libs/lzo/lzo-2.09.recipe @@ -21,17 +21,17 @@ a quite competitive compression ratio. * LZO supports overlapping compression and in-place decompression. " HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" -SRC_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-2.06.tar.gz" -CHECKSUM_SHA256="ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73" +SRC_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-$portVersion.tar.gz" +CHECKSUM_SHA256="f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c" REVISION="1" LICENSE="GNU GPL v2" COPYRIGHT="1996-2011 Markus F.X.J Oberhumer" -ARCHITECTURES="x86_gcc2 x86" -SECONDARY_ARCHITECTURES="x86" +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" lzo$secondaryArchSuffix = $portVersion - lib:liblzo2$secondaryArchSuffix + lib:liblzo2$secondaryArchSuffix = 2.0.0 compat >= 2 " REQUIRES=" haiku$secondaryArchSuffix @@ -45,7 +45,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure + runConfigure ./configure --enable-shared make $jobArgs } @@ -54,7 +54,7 @@ INSTALL() make install prepareInstalledDevelLib liblzo2 - packageEntries devel $developDir + packageEntries devel $developDir $documentationDir } TEST() @@ -64,7 +64,7 @@ TEST() PROVIDES_devel=" lzo${secondaryArchSuffix}_devel = $portVersion - devel:liblzo2$secondaryArchSuffix + devel:liblzo2$secondaryArchSuffix = 2.0.0 compat >= 2 " REQUIRES_devel=" lzo$secondaryArchSuffix == $portVersion base