]> git.pld-linux.org Git - packages/enlightenment-module-mem.git/blob - enlightenment-module-mem.spec
- init PLD specs
[packages/enlightenment-module-mem.git] / enlightenment-module-mem.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 # - confirm BR and Rs
14 Name:           enlightenment-module-%{_module_name}
15 Version:        0.0.9
16 Release:        0.%{_snap}.0.1
17 License:        BSD
18 Group:          X11/Window Managers/Tools
19 #Source0:       http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
20 Source0:        http://sparky.homelinux.org/snaps/enli/e_modules/%{_module_name}-%{_snap}.tar.bz2
21 # Source0-md5:  57280986c659cdf516b05071105677b0
22 URL:            http://www.get-e.org/Resources/Modules/
23 BuildRequires:  autoconf
24 BuildRequires:  automake
25 BuildRequires:  edje
26 BuildRequires:  enlightenmentDR17-devel
27 BuildRequires:  ewl-devel
28 BuildRequires:  libtool
29 BuildRequires:  sed >= 4.0
30 Requires:       enlightenmentDR17
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Engage is a rss displayer based on the Enlightenment Foundation
35 Libraries. It currently works as an app-launcher, taskbar and a system
36 tray.
37
38 %prep
39 %setup -q -n %{_module_name}
40 sed 's/ 16\.999/ 0.16.999/' -i configure.in
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-static
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 ChangeLog README
64 %dir %{_libdir}/enlightenment/modules/%{_module_name}
65 %dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*
66 %attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so
67 %{_libdir}/enlightenment/modules/%{_module_name}/module_icon.png
68 %{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edc
69 %{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edj
70 %{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo
This page took 0.030347 seconds and 3 git commands to generate.