]> git.pld-linux.org Git - packages/eve.git/blob - eve.spec
- updated gettext BR
[packages/eve.git] / eve.spec
1 Summary:        Eve - web browser based on the EFL and EWebKit
2 Summary(pl.UTF-8):      Eve - przeglądarka WWW oparta na bibliotekach EFL i EWebKit
3 Name:           eve
4 Version:        0.3.0
5 Release:        1
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://download.enlightenment.org/snapshots/2010-12-03/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9367fd8347d04a98796a0197deeaecbe
10 Patch0:         %{name}-update.patch
11 Patch1:         %{name}-link.patch
12 URL:            http://trac.enlightenment.org/e/wiki/Eve
13 BuildRequires:  autoconf >= 2.60
14 BuildRequires:  automake >= 1.6
15 BuildRequires:  e_dbus-devel
16 BuildRequires:  edje
17 BuildRequires:  elementary-devel >= 0.8.0
18 BuildRequires:  ewebkit-devel
19 BuildRequires:  gettext-tools >= 0.12.1
20 BuildRequires:  libtool
21 BuildRequires:  pkgconfig
22 Requires:       elementary-libs >= 0.8.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Eve is a web browser based on the EFL and EWebKit, aimed primarily to
27 be used on mobile devices with touch screens - but it works like a
28 charm on the desktop, too.
29
30 %description -l pl.UTF-8
31 Eve to przeglądarka WWW oparta na bibliotekach EFL i EWebKit,
32 przeznaczona przede wszystkim dla urządzeń przenośnych z ekranami
33 dotykowymi - ale wdzięcznie działająca także na zwykłych komputerach
34 biurkowych.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39 %patch1 -p1
40
41 %build
42 %{__gettextize}
43 %{__libtoolize}
44 %{__aclocal} -I m4
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-silent-rules
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS COPYING ChangeLog README TODO
64 %attr(755,root,root) %{_bindir}/%{name}
65 %{_datadir}/%{name}
66 %{_desktopdir}/eve.desktop
67 %{_pixmapsdir}/eve.png
This page took 0.068935 seconds and 3 git commands to generate.