mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libsvgtiny: switch HOMEPAGE to https, add TEST.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user