librevenge: change dependencies and add TEST().

This commit is contained in:
Kacper Kasper
2017-01-06 00:34:31 +01:00
parent f0dc79fee7
commit 2f3b17f19a

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2004-2015 Fridrich Strba
2011-2015 Laurent Alonso"
LICENSE="GNU LGPL v2.1
MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.sf.net/libwpd/librevenge-$portVersion.tar.bz2"
CHECKSUM_SHA256="c51601cd08320b75702812c64aae0653409164da7825fd0f451ac2c5dbe77cbf"
@@ -25,8 +25,6 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_filesystem$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -42,8 +40,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_serialization$secondaryArchSuffix
devel:libcppunit$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
@@ -83,3 +81,8 @@ INSTALL()
# devel package
packageEntries devel $developDir
}
TEST()
{
make check
}