]> git.pld-linux.org Git - packages/ale.git/blame - ale.spec
- tabs in preamble
[packages/ale.git] / ale.spec
CommitLineData
20934a65 1Summary: Anti-Lamenessing Engine
14cbfde5 2Summary(pl.UTF-8): Anti-Lamenessing Engine - silnik poprawiający zdjęcia
20934a65 3Name: ale
b4d727f6 4Version: 0.8.4
ac49bc79 5Release: 1
31d13154 6License: GPL v2+
20934a65 7Group: Applications/Graphics
8Source0: http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
b4d727f6 9# Source0-md5: 9a9270a8017da2bf8e68cdaf03a5e07c
20934a65 10URL: http://auricle.dyndns.org/ALE/
a3b658f1 11BuildRequires: ImageMagick-devel >= 1:6.2.4.0
e680cb6e 12BuildRequires: fftw3-devel
09819678 13BuildRequires: libstdc++-devel
20934a65 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17ALE is a free software program that renders high-fidelity images of
18real scenes by aligning and combining many similar images from a
19camera or scanner.
20
c6b8fc00
JR
21%description -l pl.UTF-8
22ALE to wolnodostępny program tworzący wysokiej jakości obrazy
23prawdziwych scen poprzez wyrównywanie i łączenie wielu podobnych
24obrazów z aparatu lub skanera.
e680cb6e 25
20934a65 26%prep
27%setup -q
20934a65 28
29%build
e680cb6e
JB
30%{__make} \
31 FFTW=1 \
32 IMAGEMAGICK=1 \
20934a65 33 OPT_CFLAGS="%{rpmcflags}" \
34 CC="%{__cc}" \
35 CXX="%{__cxx}"
36
37%install
38rm -rf $RPM_BUILD_ROOT
e680cb6e
JB
39install -d $RPM_BUILD_ROOT%{_bindir}
40
41install ale $RPM_BUILD_ROOT%{_bindir}
20934a65 42
43%clean
44rm -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.065522 seconds and 4 git commands to generate.