openldap: drop libtool files, add TEST() with "make check".

This commit is contained in:
fbrosson
2017-01-22 13:22:34 +00:00
parent 8e7162e4e4
commit ec33beba13

View File

@@ -7,7 +7,7 @@ develop the OpenLDAP Suite and its related documentation."
COPYRIGHT="1998-2016 The OpenLDAP Foundation"
HOMEPAGE="http://www.openldap.org/"
LICENSE="OpenLDAP Public License"
REVISION="1"
REVISION="2"
SOURCE_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$portVersion.tgz"
CHECKSUM_SHA256="d7de6bf3c67009c95525dde3a0212cc110d0a70b92af2af8e3ee800e81b88400"
@@ -68,12 +68,12 @@ BUILD_REQUIRES="
devel:libssl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:libtoolize
cmd:aclocal
cmd:autoconf
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:soelim
"
@@ -100,6 +100,8 @@ INSTALL()
{
make install
rm $libDir/lib*.la
prepareInstalledDevelLibs liblber liblber-2.4 libldap libldap-2.4 \
libldap_r libldap_r-2.4
@@ -115,3 +117,8 @@ INSTALL()
packageEntries devel $developDir
fi
}
TEST()
{
make check
}