libparserutils: update to 0.2.1.
This commit is contained in:
parent
21fd7cc31e
commit
7f5c38fde8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libnsgif'.
|
||||
pkgname=libparserutils
|
||||
version=0.2.0
|
||||
version=0.2.1
|
||||
revision=1
|
||||
hostmakedepends="perl netsurf-buildsystem"
|
||||
short_desc="Library for building efficient parsers, written in C"
|
||||
|
@ -8,7 +8,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.netsurf-browser.org"
|
||||
license="MIT"
|
||||
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
|
||||
checksum=55c50abbffaaebe17acba43008ee2c4085401ce618e505fafa7c75baaa813da7
|
||||
checksum=30589e6b3adf0c14b5a78de1fba3b9b84cbd74e95e22d45827fa3e09b563f735
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} COMPONENT_TYPE=lib-shared PREFIX=/usr
|
||||
|
|
Loading…
Reference in a new issue