]> git.pld-linux.org Git - packages/color.git/blob - color.spec
- converted to UTF-8
[packages/color.git] / color.spec
1 Summary:        ANSI coloring tool
2 Summary(pl.UTF-8):   Narzędzie do kolorowania ANSI
3 Name:           color
4 Version:        1.2
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Terminal
8 Source0:        http://runslinux.net/projects/color/%{name}-%{version}.tar.gz
9 # Source0-md5:  17938f68c0ad3060111446c34922fdf2
10 URL:            http://runslinux.net/?page_id=10
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Color is a convenience tool to ease the use of ANSI coloring in your
15 shell scripts by hiding the escape sequences through command
16 substitution.
17
18 %description -l pl.UTF-8
19 Color jest wygodnym narzędziem ułatwiającym używanie kolorowania ANSI
20 w skryptach shellowych poprzez ukrycie sekwencji ANSI przed
21 użytkownikiem, zastępując je podstawianiem komend.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         CFLAGS="%{rpmcflags} -Wall"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install color $RPM_BUILD_ROOT%{_bindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc CHANGELOG README
43 %attr(755,root,root) %{_bindir}/color
This page took 0.049377 seconds and 3 git commands to generate.