libdom: set homepage/license
This commit is contained in:
parent
d93a8ab88c
commit
2aa7bb655c
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'libdom-devel'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user