]> git.pld-linux.org Git - packages/enlightenment-module-engage.git/blame_incremental - enlightenment-module-engage.spec
- (B)R: enlightenmentDR17 -> enlightenment
[packages/enlightenment-module-engage.git] / enlightenment-module-engage.spec
... / ...
CommitLineData
1%define _module_name engage
2%define _snap 20060419
3Summary: Enlightenment DR17 module: engage
4Summary(pl.UTF-8): Moduł Enlightenmenta DR17: engage
5Name: enlightenment-module-%{_module_name}
6Version: 0.0.9
7Release: 0.%{_snap}.1
8License: BSD
9Group: X11/Window Managers/Tools
10#Source0: http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
11Source0: http://sparky.homelinux.org/snaps/enli/misc/%{_module_name}-%{_snap}.tar.bz2
12# Source0-md5: 9e5d1070c9469ca15b0929e6fdb154da
13URL: http://www.get-e.org/Resources/Modules/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: edje
17BuildRequires: enlightenment-devel
18BuildRequires: ewl-devel
19BuildRequires: emotion-devel
20BuildRequires: libtool
21BuildRequires: sed >= 4.0
22Requires: enlightenment
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Engage is a dockbar based on the Enlightenment Foundation Libraries.
27It currently works as an app-launcher, taskbar and a system tray.
28
29%description -l pl.UTF-8
30Engage to pasek dokujący oparty na podstawowych bibliotekach
31Enlightenmenta. Aktualnie ma funkcjonalność uruchamiania aplikacji,
32paska zadań i zasobnika systemowego.
33
34%prep
35%setup -q -n %{_module_name}
36sed 's/ 16\.999/ 0.16.999/' -i configure.in
37sed 's@$(libdir)/engage/module@$(e_modules)/engage@' -i src/module/Makefile.am
38
39%build
40%{__libtoolize}
41%{__aclocal} -I m4
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-static
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog README TODO
61%attr(755,root,root) %{_bindir}/%{_module_name}
62%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
63%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
64%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
65%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
66%{_datadir}/%{_module_name}
This page took 0.118815 seconds and 4 git commands to generate.