]> git.pld-linux.org Git - packages/astyle.git/blob - astyle.spec
- hmm, md5. what now?
[packages/astyle.git] / astyle.spec
1 Summary:        Automatic Indentation Filter
2 Summary(pl):    Automatyczny filtr wciêæ
3 Name:           astyle
4 Version:        1.15.3
5 Release:        1
6 License:        GPL
7 Group:          Development/Tools
8 # Source0-md5:  4d8adbcd8703aea00fcd2670be090ddd
9 Source0:        http://dl.sourceforge.net/%{name}/%{name}_%{version}.zip
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Artistic Style is a reindenter and reformatter of C++, C and Java
14 source code.
15
16 %prep
17 %setup -q -c
18
19 %build
20 %{__make} \
21         CPPFLAGS="%{rpmcflags}"
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_bindir}
26
27 install astyle $RPM_BUILD_ROOT%{_bindir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %doc astyle.html astyle_release_notes.html
35 %attr(755,root,root) %{_bindir}/*
This page took 0.067109 seconds and 3 git commands to generate.