]> git.ipfire.org Git - ipfire-3.x.git/blame - which/which.nm
systemd: Update to 242
[ipfire-3.x.git] / which / which.nm
CommitLineData
7d8ed742 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7d8ed742
MT
4###############################################################################
5
802ea3af
MT
6name = which
7version = 2.20
d3c62756 8release = 2
7d8ed742 9
d3c62756 10groups = Applications/System
802ea3af
MT
11url = http://www.xs4all.nl/~carlo17/which/
12license = GPLv3
13summary = Displays where a particular program in your path is located.
7d8ed742 14
802ea3af
MT
15description
16 The which command shows the full pathname of a specified program, if
7d8ed742 17 the specified program is in your PATH.
802ea3af
MT
18end
19
20source_dl = http://carlo17.home.xs4all.nl/which/
7d8ed742 21
802ea3af
MT
22packages
23 package %{name}
d3c62756
MT
24 groups += Base Build
25 end
1f9bc2f0
MT
26
27 package %{name}-debuginfo
28 template DEBUGINFO
29 end
802ea3af 30end