]> git.pld-linux.org Git - packages/enlightenment-module-moon.git/commitdiff
- NEW: Enlightenment DR17 module showing actual phase of the moon.
authorsparky <sparky@pld-linux.org>
Tue, 6 Dec 2005 16:22:37 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment-module-moon.spec -> 1.1

enlightenment-module-moon.spec [new file with mode: 0644]

diff --git a/enlightenment-module-moon.spec b/enlightenment-module-moon.spec
new file mode 100644 (file)
index 0000000..b3012ec
--- /dev/null
@@ -0,0 +1,52 @@
+#
+%define                _module_name    moon
+
+Summary:       Enlightenment DR17 module: %{_module_name}
+Name:          enlightenment-module-%{_module_name}
+Version:       0.0.2
+Release:       1
+License:       BSD-like
+Group:         X11/Window Managers/Tools
+Source0:       http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
+# Source0-md5: 1df53fb8da941049acb800445f4ad13f
+URL:           http://www.get-e.org/Resources/Modules/
+BuildRequires: edje
+BuildRequires: enlightenmentDR17-devel
+Requires:      enlightenmentDR17
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Enlightenment DR17 module showing actual phase of the moon.
+
+%prep
+%setup -q -n %{_module_name}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static \
+       --prefix=`enlightenment-config --module-dir`
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING INSTALL README TODO
+%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}
+%dir %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*
+%attr(755,root,root) %{_libdir}/enlightenment/modules_extra/%{_module_name}/linux-gnu-*/module.so
+# violates FHS
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/%{_module_name}.*
+#%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
This page took 0.07167 seconds and 4 git commands to generate.