]> git.pld-linux.org Git - packages/enlightenment-module-engage.git/commitdiff
- NEW, works
authorsparky <sparky@pld-linux.org>
Thu, 20 Apr 2006 23:37:41 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment-module-engage.spec -> 1.1

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

diff --git a/enlightenment-module-engage.spec b/enlightenment-module-engage.spec
new file mode 100644 (file)
index 0000000..f157ecf
--- /dev/null
@@ -0,0 +1,60 @@
+%define                _module_name    engage
+%define                _snap   20060419
+Summary:       Enlightenment DR17 module: engage
+Summary(pl):   Modu³ Enlightenmenta DR17: engage
+Name:          enlightenment-module-%{_module_name}
+Version:       0.0.9
+Release:       0.%{_snap}.1
+License:       BSD
+Group:         X11/Window Managers/Tools
+#Source0:      http://www.get-e.org/Resources/Modules/_files/%{_module_name}-%{version}.tar.gz
+Source0:       http://sparky.homelinux.org/snaps/enli/misc/%{_module_name}-%{_snap}.tar.bz2
+# Source0-md5: 9e5d1070c9469ca15b0929e6fdb154da
+URL:           http://www.get-e.org/Resources/Modules/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: edje
+BuildRequires: enlightenmentDR17-devel
+BuildRequires: ewl-devel
+BuildRequires: libtool
+BuildRequires: sed >= 4.0
+Requires:      enlightenmentDR17
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Engage is a dockbar based on the Enlightenment Foundation Libraries.
+It currently works as an app-launcher, taskbar and a system tray.
+
+%prep
+%setup -q -n %{_module_name}
+sed 's/ 16\.999/ 0.16.999/' -i configure.in
+sed 's@$(libdir)/engage/module@$(e_modules)/engage@' -i src/module/Makefile.am
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
+%{__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 ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/%{_module_name}
+%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
+%{_libdir}/enlightenment/modules_extra/%{_module_name}/module_icon.png
+%{_datadir}/%{_module_name}
This page took 0.081618 seconds and 4 git commands to generate.