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