]> git.pld-linux.org Git - packages/enlightenment-module-moon.git/blob - enlightenment-module-moon.spec
b3012ec0402d74c5ac25368d75b6f57d00041f7c
[packages/enlightenment-module-moon.git] / enlightenment-module-moon.spec
1 #
2 %define         _module_name    moon
3
4 Summary:        Enlightenment DR17 module: %{_module_name}
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 actual phase of the moon.
20
21 %prep
22 %setup -q -n %{_module_name}-%{version}
23
24 %build
25 %{__libtoolize}
26 %{__aclocal} -I m4
27 %{__autoconf}
28 %{__autoheader}
29 %{__automake}
30 %configure \
31         --disable-static \
32         --prefix=`enlightenment-config --module-dir`
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS COPYING INSTALL README TODO
47 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
48 %dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
49 %attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
50 # violates FHS
51 %{_libdir}/enlightenment/modules_extra/%{_module_name}/%{_module_name}.*
52 #%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
This page took 0.06412 seconds and 3 git commands to generate.