]> git.pld-linux.org Git - packages/ale.git/blob - ale.spec
- up to 0.8.11
[packages/ale.git] / ale.spec
1 Summary:        Anti-Lamenessing Engine
2 Summary(pl.UTF-8):      Anti-Lamenessing Engine - silnik poprawiający zdjęcia
3 Name:           ale
4 Version:        0.8.11
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  ae852de09b1fcb86696e25df9ab9cb6a
10 URL:            http://auricle.dyndns.org/ALE/
11 BuildRequires:  ImageMagick-devel >= 1:6.2.4.0
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.UTF-8
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 %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 %doc ChangeLog README AUTHORS
45 %attr(755,root,root) %{_bindir}/*
This page took 0.025639 seconds and 3 git commands to generate.