]> git.pld-linux.org Git - packages/ale.git/blob - ale.spec
9768aa8f9b2b9273529e0c2ab31ee8d422ba5544
[packages/ale.git] / ale.spec
1 Summary:        Anti-Lamenessing Engine
2 Name:           ale
3 Version:        0.6.0
4 Release:        0.2
5 License:        GPL
6 Group:          Applications/Graphics
7 Source0:        http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
8 # Source0-md5:  a53a47dd01c66d5ea2fd6098146df99e
9 Patch0:         %{name}-makefile.patch
10 URL:            http://auricle.dyndns.org/ALE/
11 BuildRequires:  fftw3-devel
12 BuildRequires:  ImageMagick-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ALE is a free software program that renders high-fidelity images of
17 real scenes by aligning and combining many similar images from a
18 camera or scanner.
19
20 %prep
21 %setup -q
22 %patch0 -p1
23
24 %build
25
26 %{__make} FFTW=1 IMAGEMAGICK=1 \
27         OPT_CFLAGS="%{rpmcflags}" \
28         CC="%{__cc}" \
29         CXX="%{__cxx}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 # create directories if necessary
34 install -d $RPM_BUILD_ROOT%{_bindir}/
35 install ale $RPM_BUILD_ROOT%{_bindir}/
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Changelog README
43 %attr(755,root,root) %{_bindir}/*
This page took 0.069038 seconds and 3 git commands to generate.