nsgenbind: update to 0.3.

This commit is contained in:
Michael Gehring 2016-02-20 11:35:36 +01:00
parent e2ae435dc5
commit 055476434c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'nsgenbind'. # Template build file for 'nsgenbind'.
pkgname=nsgenbind pkgname=nsgenbind
version=0.1.2 version=0.3
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"
@ -8,12 +8,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT" license="MIT"
homepage="http://www.netsurf-browser.org" homepage="http://www.netsurf-browser.org"
distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz" distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz"
checksum=94a87e9a223791693724e929cc7b13e334d4baaf73f7d0a91fdf938c9a260a9a checksum=ef21a08461165014c499aa3d38f5909a88b4528f5db8492bf7bcbfe3e957ba9b
do_build() { do_build() {
make ${makejobs} FLEX=flex BISON=bison PREFIX=/usr make ${makejobs} FLEX=flex BISON=bison PREFIX=/usr
} }
do_install() { do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall COPYING 0644 usr/share/licenses/${pkgname} vlicense COPYING
} }