]> git.pld-linux.org Git - packages/fotox.git/blob - fotox.spec
1ac2da0aeeb2203292351192d12aa3b1b5c677e5
[packages/fotox.git] / fotox.spec
1 #
2 Summary:        Image processor
3 Name:           fotox
4 Version:        42
5 Release:        1
6 License:        GPLv2
7 Group:          Applications
8 Source0:        http://kornelix.squarespace.com/storage/fotox/%{name}.%{version}.tar.gz
9 # Source0-md5:  e527b692b236605fd60fe7a318cb26be
10 URL:            http://kornelix.squarespace.com/fotox/
11 BuildRequires:  bash
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Fotox is a free open-source Linux program for improving image files made
18 with a digital camera.
19
20 %prep
21 %setup -q -n %{name}
22
23 %build
24 PREFIX=%{_prefix} bash ./build build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 PREFIX=$RPM_BUILD_ROOT%{_prefix} bash ./build install
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README changelog fotox-guide.pdf schnellstart.pdf
36 %{_bindir}/fotox
37 %{_datadir}/fotox
This page took 0.058763 seconds and 2 git commands to generate.