]> git.pld-linux.org Git - packages/enlightenment-module-cpu.git/blob - enlightenment-module-cpu.spec
- init PLD specs
[packages/enlightenment-module-cpu.git] / enlightenment-module-cpu.spec
1 #
2 # TODO:
3 # - add meaningful descriptions
4 # - add pl
5 # - confirm BR and Rs
6 # - checkout
7 # - rel 1
8 #
9 %define         _module_name    cpu
10 %define         _snap   20060420
11 Summary:        Enlightenment DR17 module: %{_module_name}
12 Summary(pl):    Modu³ Enlightenmenta DR17: %{_module_name}
13 Name:           enlightenment-module-%{_module_name}
14 Version:        0.0.9
15 Release:        0.%{_snap}.0.1
16 License:        BSD
17 Group:          X11/Window Managers/Tools
18 #Source0:       http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
19 Source0:        http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
20 # Source0-md5:  57280986c659cdf516b05071105677b0
21 URL:            http://www.get-e.org/Resources/Modules/
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  edje
25 BuildRequires:  enlightenmentDR17-devel
26 BuildRequires:  ewl-devel
27 BuildRequires:  libtool
28 BuildRequires:  sed >= 4.0
29 Requires:       enlightenmentDR17
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Engage is a rss displayer based on the Enlightenment Foundation
34 Libraries. It currently works as an app-launcher, taskbar and a system
35 tray.
36
37 %prep
38 %setup -q -n %{_module_name}
39 sed 's/ 16\.999/ 0.16.999/' -i configure.in
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure \
48         --disable-static
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog README
63 %dir %{_libdir}/enlightenment/modules/%{_module_name}
64 %dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*
65 %attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so
66 %{_libdir}/enlightenment/modules/%{_module_name}/module_icon.png
67 #%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edc
68 #%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edj
69 %{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo
This page took 0.034525 seconds and 4 git commands to generate.