Added which-2.20 template.

--HG--
extra : convert_revision : 0c6ca15efca205e2bca6092cc9ea1723f237b9a7
This commit is contained in:
Juan RP 2009-03-22 06:01:47 +01:00
parent c661af8233
commit 4570183b48

14
templates/which/template Normal file
View file

@ -0,0 +1,14 @@
# Template file for 'which'
pkgname=which
version=2.20
distfiles="http://www.xs4all.nl/~carlo17/which/which-$version.tar.gz"
build_style=gnu_configure
short_desc="Displays where a particular program in your path is located"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d417b65c650d88ad26a208293c1c6e3eb60d4b6d847f01ff8f66aca63e2857f8
long_desc="
The which command shows the full pathname of a specified program, if
the specified program is in your PATH."
Add_dependency full glibc
Add_dependency full bash