libnsbmp: set homepage/license.

This commit is contained in:
davehome 2012-02-23 16:28:56 -07:00
parent 34f26237dc
commit 0e8d7c7ff5
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'libnsbmp-devel'. # Template file for 'libnsbmp-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 'libnsbmp'. # Template build file for 'libnsbmp'.
pkgname=libnsbmp pkgname=libnsbmp
version=0.0.3 version=0.0.3
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="Decoding library for BMP and ICO images in C." short_desc="Decoding library for BMP and ICO images in C."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
checksum=e0ccf851bf6dc9398b587f1b3f919773a49d7d2eb082b99ab5898217d73e47a2 checksum=e0ccf851bf6dc9398b587f1b3f919773a49d7d2eb082b99ab5898217d73e47a2
license="MIT"
long_desc=" long_desc="
libnsbmp is a decoding library for BMP and ICO image file formats, written libnsbmp is a decoding library for BMP and ICO image file formats, written
in C. It was developed as part of the NetSurf project and is available for in C. It was developed as part of the NetSurf project and is available for
@ -31,4 +33,6 @@ do_install() {
DESTDIR=${DESTDIR} PREFIX=/usr install DESTDIR=${DESTDIR} PREFIX=/usr install
make ${makejobs} COMPONENT_TYPE=lib-static \ make ${makejobs} COMPONENT_TYPE=lib-static \
DESTDIR=${DESTDIR} PREFIX=/usr install DESTDIR=${DESTDIR} PREFIX=/usr install
vinstall "${wrksrc}/COPYING" 0644 "usr/share/licenses/${pkgname}"
} }