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