From 9a415d2ce96c52ad602e8e48e105ef48c4301bad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Feb 2012 10:10:43 +0100 Subject: [PATCH] shadow: set homepage and license. --- srcpkgs/shadow/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index fd5cd5b7f57..603ac1988c7 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,13 +1,15 @@ # Template file for 'shadow' pkgname=shadow version=4.1.4.3 -revision=4 -distfiles="http://pkg-shadow.alioth.debian.org/releases/$pkgname-$version.tar.bz2" +revision=5 +homepage="http://pkg-shadow.alioth.debian.org" +distfiles="$homepage/releases/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--libdir=/lib --enable-shared --disable-static --with-libpam --without-selinux" short_desc="Shadow password file utilities" maintainer="Juan RP " +license="BSD" checksum=633f5bb4ea0c88c55f3642c97f9d25cbef74f82e0b4cf8d54e7ad6f9f9caa778 long_desc=" Shadow password file utilities for GNU/Linux."