libparserutils: add homepage/license

This commit is contained in:
davehome 2012-02-23 16:36:42 -07:00
parent c92d6c81f3
commit 2bb6f9b232
2 changed files with 7 additions and 3 deletions

View file

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

View file

@ -1,11 +1,13 @@
# Template build file for 'libnsgif'. # Template build file for 'libnsgif'.
pkgname=libparserutils pkgname=libparserutils
version=0.1.1 version=0.1.1
revision=1 revision=2
distfiles="http://www.netsurf-browser.org/projects/releases/${pkgname}-${version}-src.tar.gz" homepage="http://www.netsurf-browser.org"
distfiles="${homepage}/projects/releases/${pkgname}-${version}-src.tar.gz"
short_desc="Library for building efficient parsers, written in C." short_desc="Library for building efficient parsers, written in C."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
checksum=8b79ba58d6fa63fa9c74b71482d93f2c5b2c22badac77265f3cc47f3f603f87d checksum=8b79ba58d6fa63fa9c74b71482d93f2c5b2c22badac77265f3cc47f3f603f87d
license="MIT"
long_desc=" long_desc="
LibParserUtils is a library for building efficient parsers, written LibParserUtils is a library for building efficient parsers, written
in C. It was developed as part of the NetSurf project and is available in C. It was developed as part of the NetSurf project and is available
@ -38,4 +40,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/license/${pkgname}"
} }