From 52df6c9a3d86760281b9ede323e0c08f0c9666dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Dec 2012 10:35:17 +0100 Subject: [PATCH] which: set homepage and license. --- srcpkgs/which/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/which/template b/srcpkgs/which/template index a3b45cbdb0..6d7df0b0cc 100644 --- a/srcpkgs/which/template +++ b/srcpkgs/which/template @@ -1,14 +1,11 @@ # Template file for 'which' pkgname=which version=2.20 -distfiles="http://www.xs4all.nl/~carlo17/which/which-$version.tar.gz" +revision=2 build_style=gnu-configure -revision=1 -fulldepends="glibc bash" short_desc="Displays where a particular program in your path is located" maintainer="Juan RP " +homepage="http://www.xs4all.nl/~carlo17/which/" +license="GPL-3" +distfiles="http://www.xs4all.nl/~carlo17/which/which-$version.tar.gz" checksum=d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8 -long_desc=" - The which command shows the full pathname of a specified program, if - the specified program is in your PATH." -