libsvgtiny: switch HOMEPAGE to https, add TEST.

This commit is contained in:
fbrosson
2018-09-25 10:50:30 +00:00
parent d0ec7a8cae
commit 9e6702b8b9

View File

@@ -2,10 +2,10 @@ SUMMARY="An implementation of SVG Tiny written in C"
DESCRIPTION="The overall idea of the library is to take some SVG as input, \
and return a list of paths and texts which can be rendered easily. The \
library does not do the actual rendering."
HOMEPAGE="http://www.netsurf-browser.org/projects/libsvgtiny/"
COPYRIGHT="2003-2017 The NetSurf Developers"
HOMEPAGE="https://www.netsurf-browser.org/projects/libsvgtiny/"
COPYRIGHT="2003-2018 The NetSurf Developers"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.netsurf-browser.org/libs/releases/libsvgtiny-$portVersion-src.tar.gz"
CHECKSUM_SHA256="2c0dcf952f1cd882c3e95401ef9459f16dbb53c5d3e4512339b2f9eb769d7781"
@@ -73,5 +73,11 @@ INSTALL()
fixPkgconfig
# devel package
packageEntries devel $developDir
packageEntries devel \
"$developDir"
}
TEST()
{
make PREFIX="$prefix" NSSHARED=/system/data/netsurf-buildsystem test
}