libdom: set homepage/license

This commit is contained in:
davehome 2012-02-23 16:50:17 -07:00
parent d93a8ab88c
commit 2aa7bb655c
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -1,8 +1,11 @@
# Template build file for 'libdom'.
pkgname=libdom
version="$(date -u +%Y%m%d)"
revision=1
homepage="http://www.netsurf-browser.org"
short_desc="Implementation of the W3C DOM, written in C."
maintainer="davehome <davehome@redthumb.info.tm>"
license="MIT"
long_desc="
LibDOM is an implementation of the W3C DOM, written in C. It is
currently in development for use with NetSurf and is intended to
@ -39,4 +42,6 @@ do_install() {
PREFIX=/usr DESTDIR=${DESTDIR} install
make ${makejobs} COMPONENT_TYPE=lib-static \
PREFIX=/usr DESTDIR=${DESTDIR} install
vinstall "${wrksrc}/COPYING" 644 "usr/share/license/${pkgname}"
}