]> git.pld-linux.org Git - packages/entice.git/blob - entice.spec
- NEW (enlightenment apps)
[packages/entice.git] / entice.spec
1 Summary:        Image viewer using enlightenment libraries
2 Name:           entice
3 Version:        0.9.1
4 %define _snap   20050105
5 Release:        0.%{_snap}.0.1
6 License:        BSD
7 Group:          X11/Window Managers
8 #Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9 Source0:        ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
10 # Source0-md5:  44b576acbe2327b22bb9b06bb8c70327
11 URL:            http://enlightenment.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  esmart-devel
15 BuildRequires:  /usr/bin/gimp-remote-2.2
16 BuildRequires:  libtool
17 Requires:       /usr/bin/gimp-remote-2.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Entice is an image viewer using enlightenment libraries. Entice
22 currently takes no commandline options. It takes as arguments a list
23 of images to load. Run with no arguments it tries to load all files
24 from the working directory (currently it even tries files that aren't
25 images). You can instead give a directory name as a single argument,
26 and it will load all images from this directory.
27
28 %prep
29 %setup -q -n %{name}
30 sed 's/gimp-remote-2.0/gimp-remote-2.2/' \
31         -i configure.in
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog COPYING README
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
This page took 0.073687 seconds and 3 git commands to generate.