]> git.pld-linux.org Git - packages/eve.git/blame - eve.spec
- updated gettext BR
[packages/eve.git] / eve.spec
CommitLineData
dfe24d48
JB
1Summary: Eve - web browser based on the EFL and EWebKit
2Summary(pl.UTF-8): Eve - przeglądarka WWW oparta na bibliotekach EFL i EWebKit
3Name: eve
4Version: 0.3.0
5Release: 1
6License: BSD
7Group: Applications/Multimedia
8Source0: http://download.enlightenment.org/snapshots/2010-12-03/%{name}-%{version}.tar.bz2
9# Source0-md5: 9367fd8347d04a98796a0197deeaecbe
10Patch0: %{name}-update.patch
11Patch1: %{name}-link.patch
12URL: http://trac.enlightenment.org/e/wiki/Eve
13BuildRequires: autoconf >= 2.60
14BuildRequires: automake >= 1.6
15BuildRequires: e_dbus-devel
16BuildRequires: edje
17BuildRequires: elementary-devel >= 0.8.0
18BuildRequires: ewebkit-devel
f32637d9 19BuildRequires: gettext-tools >= 0.12.1
dfe24d48
JB
20BuildRequires: libtool
21BuildRequires: pkgconfig
22Requires: elementary-libs >= 0.8.0
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Eve is a web browser based on the EFL and EWebKit, aimed primarily to
27be used on mobile devices with touch screens - but it works like a
28charm on the desktop, too.
29
30%description -l pl.UTF-8
31Eve to przeglądarka WWW oparta na bibliotekach EFL i EWebKit,
32przeznaczona przede wszystkim dla urządzeń przenośnych z ekranami
33dotykowymi - ale wdzięcznie działająca także na zwykłych komputerach
34biurkowych.
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
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
58%clean
59rm -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.060312 seconds and 4 git commands to generate.