]> git.pld-linux.org Git - packages/enlightenment-module-moon.git/blob - enlightenment-module-moon.spec
626f0ea7e1d364a516a62ea494e82796341b0c82
[packages/enlightenment-module-moon.git] / enlightenment-module-moon.spec
1 %define         _module_name    moon
2
3 Summary:        Enlightenment DR17 module: Moon
4 Summary(pl):    Modu³ Enlightenmenta DR17: Moon
5 Name:           enlightenment-module-%{_module_name}
6 Version:        0.0.2
7 Release:        1
8 License:        BSD-like
9 Group:          X11/Window Managers/Tools
10 Source0:        http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
11 # Source0-md5:  1df53fb8da941049acb800445f4ad13f
12 URL:            http://www.get-e.org/Resources/Modules/
13 BuildRequires:  edje
14 BuildRequires:  enlightenmentDR17-devel
15 Requires:       enlightenmentDR17
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Enlightenment DR17 module showing current phase of the Moon.
20
21 %description -l pl
22 Modu³ Enlightenmenta DR17 pokazuj±cy aktualn± fazê Ksiê¿yca.
23
24 %prep
25 %setup -q -n %{_module_name}-%{version}
26
27 %build
28 %{__libtoolize}
29 %{__aclocal} -I m4
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure \
34         --disable-static \
35         --prefix=`enlightenment-config --module-dir`
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING INSTALL README TODO
50 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
51 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
52 %attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
53 # violates FHS
54 %{_libdir}/enlightenment/modules_extra/%{_module_name}/%{_module_name}.*
55 #%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
This page took 0.107934 seconds and 3 git commands to generate.