libhubbub: set homepage/license

This commit is contained in:
davehome 2012-02-23 16:43:26 -07:00
parent 8fe126cb62
commit d93a8ab88c
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Template file for 'libhubbub-devel'. # Template file for 'libhubbub-devel'.
# #
revision=1
short_desc="${sourcepkg} development files" short_desc="${sourcepkg} development files"
long_desc="${long_desc} long_desc="${long_desc}

View file

@ -1,10 +1,13 @@
# Template build file for 'libhubbub'. # Template build file for 'libhubbub'.
pkgname=libhubbub pkgname=libhubbub
version=0.1.1 version=0.1.1
distfiles="http://www.netsurf-browser.org/projects/releases/hubbub-${version}-src.tar.gz" revision=1
homepage="http://www.netsurf-browser.org"
distfiles="${homepage}/projects/releases/hubbub-${version}-src.tar.gz"
short_desc="HTML5 compliant parsing library, written in C." short_desc="HTML5 compliant parsing library, written in C."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
checksum=363f1acf1ca3b3362bb84fc8ed9544b2207e7cb706ac176477ad00dc0d56782b checksum=363f1acf1ca3b3362bb84fc8ed9544b2207e7cb706ac176477ad00dc0d56782b
license="MIT"
long_desc=" long_desc="
Hubbub is an HTML5 compliant parsing library, written in C. It was Hubbub is an HTML5 compliant parsing library, written in C. It was
developed as part of the NetSurf project and is available for use developed as part of the NetSurf project and is available for use
@ -45,4 +48,6 @@ do_install() {
PREFIX=/usr DESTDIR=${DESTDIR} install PREFIX=/usr DESTDIR=${DESTDIR} install
make ${makejobs} COMPONENT_TYPE=lib-static \ make ${makejobs} COMPONENT_TYPE=lib-static \
PREFIX=/usr DESTDIR=${DESTDIR} install PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall "${wrksrc}/COPYING" 0644 "usr/share/licenses/${pkgname}"
} }