]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - bash-completion/bash-completion.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / bash-completion / bash-completion.nm
CommitLineData
b52dd7ea
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = bash-completion
4c3b79ae
SS
7version = 2.1
8release = 1
b52dd7ea
MT
9arch = noarch
10
11groups = Development/Languages
12url = http://bash-completion.alioth.debian.org/
13license = GPLv2+
14summary = Programmable completion for Bash.
15
16description
17 bash-completion is a collection of shell functions that take advantage
18 of the programmable completion feature of bash.
19end
20
21source_dl = http://bash-completion.alioth.debian.org/files/
22sources = %{thisapp}.tar.bz2
23
24build
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
31end
32
33packages
34 package %{name}
e18810fd 35 groups += Base
b52dd7ea 36
e18810fd
MT
37 requires
38 bash >= 4.1
39 end
b52dd7ea
MT
40 end
41end