]> git.pld-linux.org Git - packages/ETL.git/blob - ETL.spec
- up to 0.04.17
[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.17
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/synfig/%{name}-%{version}.tar.gz
9 # Source0-md5:  fe59e0b56d9fbeb255de658d920ebefd
10 URL:            http://www.synfig.org/
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 %{__libtoolize}
27 %{__aclocal} -I m4
28 %{__autoconf}
29 %{__automake}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %attr(755,root,root) %{_bindir}/ETL-config
45 %{_includedir}/%{name}
46 %{_pkgconfigdir}/*.pc
This page took 0.077963 seconds and 3 git commands to generate.