]> git.pld-linux.org Git - packages/ale.git/blob - ale.spec
- rel 2
[packages/ale.git] / ale.spec
1 Summary:        Anti-Lamenessing Engine
2 Summary(pl):    Anti-Lamenessing Engine - silnik poprawiaj±cy zdjêcia
3 Name:           ale
4 Version:        0.8.1
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  40383c17071744140ec46346676a989d
10 URL:            http://auricle.dyndns.org/ALE/
11 BuildRequires:  ImageMagick-devel
12 BuildRequires:  fftw3-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ALE is a free software program that renders high-fidelity images of
18 real scenes by aligning and combining many similar images from a
19 camera or scanner.
20
21 %description -l pl
22 ALE to wolnodostêpny program tworz±cy wysokiej jako¶ci obrazy
23 prawdziwych scen poprzez wyrównywanie i ³±czenie wielu podobnych
24 obrazów z aparatu lub skanera.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} \
31         FFTW=1 \
32         IMAGEMAGICK=1 \
33         OPT_CFLAGS="%{rpmcflags}" \
34         CC="%{__cc}" \
35         CXX="%{__cxx}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install ale $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc Changelog README
49 %attr(755,root,root) %{_bindir}/*
This page took 0.085655 seconds and 3 git commands to generate.