]> git.pld-linux.org Git - packages/astyle.git/blob - astyle.spec
- new
[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:        http://dl.sourceforge.net/%{name}/%{name}_%{version}.zip
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Artistic Style is a reindenter and reformatter of C++, C and Java
13 source code.
14
15 %prep
16 %setup -q -c
17
18 %build
19 %{__make} \
20         CPPFLAGS="%{rpmcflags}"
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24 install -d $RPM_BUILD_ROOT%{_bindir}
25
26 install astyle $RPM_BUILD_ROOT%{_bindir}
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc astyle.html astyle_release_notes.html
34 %attr(755,root,root) %{_bindir}/*
This page took 0.109753 seconds and 3 git commands to generate.