lzo: add do_check.

Closes #9263.
This commit is contained in:
maxice8 2017-11-17 02:21:28 -02:00 committed by Enno Boland
parent f5f68ff2f3
commit 7b77922249

View file

@ -11,6 +11,10 @@ license="GPL-2"
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
checksum=c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072
do_check() {
make check
}
post_install() {
rm -r ${DESTDIR}/usr/share/doc
}