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