pcre: add do_check.

Closes #9262.
This commit is contained in:
maxice8 2017-11-17 04:40:40 -02:00 committed by Enno Boland
parent 7b77922249
commit 0892af646e
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ license="BSD"
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
checksum=e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530
do_check() {
make check
}
post_install() {
vlicense LICENCE
}