libcss: set homepage/license

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

View file

@ -1,5 +1,6 @@
# Template file for 'libcss-devel'. # Template file for 'libcss-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 'libcss'. # Template build file for 'libcss'.
pkgname=libcss pkgname=libcss
version=0.1.1 version=0.1.1
distfiles="http://www.netsurf-browser.org/projects/releases/${pkgname}-${version}-src.tar.gz" revision=1
homepage="http://www.netsurf-browser.org"
distfiles="${homepage}/projects/releases/${pkgname}-${version}-src.tar.gz"
short_desc="CSS parser and selection engine, written in C." short_desc="CSS parser and selection engine, written in C."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
checksum=383c424c1f7134be67e22a7a633e31d47ba6b87aba835a4e73eca893aa01c0a0 checksum=383c424c1f7134be67e22a7a633e31d47ba6b87aba835a4e73eca893aa01c0a0
license="MIT"
long_desc=" long_desc="
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
written in C. It was developed as part of the NetSurf project and is written in C. It was developed as part of the NetSurf project and is
@ -37,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/licenses/${pkgname}"
} }