mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
nsgenbind: update to 0.9.
This commit is contained in:
parent
8730291e71
commit
607d6f863e
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'nsgenbind'
|
# Template file for 'nsgenbind'
|
||||||
pkgname=nsgenbind
|
pkgname=nsgenbind
|
||||||
version=0.8
|
version=0.9
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config flex netsurf-buildsystem"
|
hostmakedepends="pkg-config flex netsurf-buildsystem"
|
||||||
short_desc="Tool to generate javascript to dom bindings from w3c webid files"
|
short_desc="Tool to generate javascript to dom bindings from w3c webid files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.netsurf-browser.org"
|
homepage="https://www.netsurf-browser.org"
|
||||||
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
|
distfiles="https://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
|
||||||
checksum=4d8d53ad000ada712772365e6a73eb8fc5ce97584af9c865ac5b26a2187f1cb3
|
checksum=232ce0f66cbc2c3eed6288ae26de2c567bbfbbc01d8b0f6fc6c1c1649d4b385d
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} FLEX=flex BISON=bison PREFIX=/usr
|
make ${makejobs} FLEX=flex BISON=bison PREFIX=/usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue