]> git.pld-linux.org Git - packages/color.git/blob - color.spec
- useful package, install it with cvsq
[packages/color.git] / color.spec
1 Summary:        ANSI coloring tool
2 Summary(pl):    Narzêdzie do kolorowaia ANSI
3 Name:           color
4 Version:        1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://runslinux.net/projects/color/color-1.1.tar.gz
9 URL:            http://runslinux.net/projects.html
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Color is a convenience tool to ease the use of ANSI coloring in your shell
14 scripts by hiding the escape sequences through command substitution.
15
16 %description -l pl
17 Color jest wygodnym narzêdziem u³atwiaj±cym u¿ywanie kolorowania ANSI w 
18 skryptach shellowych poprzez ukrycie sekwencji ANSI przed uzytkownikiem,
19 zastêpuj±c je podstawianiem komend.
20
21 %prep
22 %setup  -q
23
24 %build
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install color $RPM_BUILD_ROOT%{_bindir}
31
32 gzip -9nf README CHANGELOG
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_bindir}/color
40 %doc *.gz
This page took 0.11221 seconds and 3 git commands to generate.