From b07379c218809df06af87f08ff01cfe689ab6677 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 23 Feb 2012 16:32:19 -0700 Subject: [PATCH] libnsgif: set homepage/license --- srcpkgs/libnsgif/libnsgif-devel.template | 2 +- srcpkgs/libnsgif/template | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libnsgif/libnsgif-devel.template b/srcpkgs/libnsgif/libnsgif-devel.template index 5a5ecfcb94..8618293454 100644 --- a/srcpkgs/libnsgif/libnsgif-devel.template +++ b/srcpkgs/libnsgif/libnsgif-devel.template @@ -1,6 +1,6 @@ # Template file for 'libnsgif-devel'. # -revision=1 +revision=2 short_desc="${sourcepkg} development files" long_desc="${long_desc} diff --git a/srcpkgs/libnsgif/template b/srcpkgs/libnsgif/template index edc220a15c..9d9d6783b3 100644 --- a/srcpkgs/libnsgif/template +++ b/srcpkgs/libnsgif/template @@ -1,11 +1,13 @@ # Template build file for 'libnsgif'. pkgname=libnsgif version=0.0.3 -revision=1 -distfiles="http://www.netsurf-browser.org/projects/releases/${pkgname}-${version}-src.tar.gz" +revision=2 +homepage="http://www.netsurf-browser.org" +distfiles="${homepage}/projects/releases/${pkgname}-${version}-src.tar.gz" short_desc="Decoding library for the GIF image file format, written in C." maintainer="davehome " checksum=1f53bb6cc449c3b108d7653ce876ec58745f184d5a6675a95f1fa8c937dfc6d5 +license="MIT" long_desc=" libnsgif is a decoding library for the GIF image file format, written in C. It was developed as part of the NetSurf project and is available @@ -30,4 +32,6 @@ do_install() { DESTDIR=${DESTDIR} PREFIX=/usr install make ${makejobs} COMPONENT_TYPE=lib-static \ DESTDIR=${DESTDIR} PREFIX=/usr install + + vinstall "${wrksrc}/COPYING" 0644 "usr/share/licenses/${pkgname}" }