Several fixes to libsvgtiny recipe

* Use actual release download
* Use patchset
* Declare dependency on pkg-config
This commit is contained in:
Adrien Destugues
2014-06-25 15:02:18 +02:00
parent 252596917f
commit 32be29a454

View File

@@ -5,8 +5,8 @@ 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"
SRC_URI="http://git.netsurf-browser.org/libsvgtiny.git/snapshot/release/0.1.1.tar.gz"
CHECKSUM_SHA256="78bb67e1e93b3458c1a6414b569e3295ddbe99274a78928b33a5deea20f11d71"
SRC_URI="http://download.netsurf-browser.org/libs/releases/libsvgtiny-0.1.1-src.tar.gz"
CHECKSUM_SHA256="0835de639ae0266c394824fa78dc210013c5eeddef222d8b6485edb7fe0ddcd6"
REVISION="1"
ARCHITECTURES="x86_gcc2"
PROVIDES="
@@ -22,12 +22,15 @@ BUILD_PREREQUIRES="
cmd:gcc
gperf
cmd:make
cmd:pkg_config
"
SOURCE_DIR="release/0.1.1"
PATCHES="libsvgtiny-0.1.1.patchset"
BUILD()
{
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
INCLUDEDIR=$relativeIncludeDir
}
INSTALL()