]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash-completion/bash-completion.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / bash-completion / bash-completion.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = bash-completion
7 version = 2.1
8 release = 1
9 arch = noarch
10
11 groups = Development/Languages
12 url = http://bash-completion.alioth.debian.org/
13 license = GPLv2+
14 summary = Programmable completion for Bash.
15
16 description
17 bash-completion is a collection of shell functions that take advantage
18 of the programmable completion feature of bash.
19 end
20
21 source_dl = http://bash-completion.alioth.debian.org/files/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 install_cmds
26 rm -rvf %{BUILDROOT}%{datadir}/bash-completion/completions/{cawsay,cowthink}
27
28 install -Dpm 644 %{DIR_SOURCE}/bash-completion-1.99-redefine_filedir.bash \
29 %{BUILDROOT}%{sysconfdir}/bash_completion.d/redefine_filedir
30 end
31 end
32
33 packages
34 package %{name}
35 groups += Base
36
37 requires
38 bash >= 4.1
39 end
40 end
41 end