]> git.pld-linux.org Git - packages/ETL.git/blob - ETL.spec
- tabs in preamle
[packages/ETL.git] / ETL.spec
1 Summary:        Voria Extended Class and Template Library
2 Summary(pl.UTF-8):      Biblioteka rozszerzeń klas i wzorców Vorii
3 Name:           ETL
4 Version:        0.04.08
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://www.bridgetone.com/voria/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  610f00117c2d0e088030a0956242bd1c
10 URL:            http://www.synfig.com/download
11 Requires:       libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 VoriaETL is a multiplatform class and template library designed to
16 complement and supplement the C++ STL.
17
18 %description -l pl.UTF-8
19 VoriaETL jest wieloplatformową biblioteką klas i wzorców przeznaczoną
20 do uzupełniania STL C++.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/ETL-config
41 %{_includedir}/%{name}
42 %{_pkgconfigdir}/*.pc
This page took 0.096458 seconds and 3 git commands to generate.