]> git.pld-linux.org Git - packages/enlightenment-module-tclock.git/commitdiff
- init PLD specs
authorczarny <czarny@pld-linux.org>
Fri, 21 Apr 2006 13:50:04 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- all beside tclock work
- need checkups and cleanups
- need sparkys work ;p

Changed files:
    enlightenment-module-tclock.spec -> 1.1

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

diff --git a/enlightenment-module-tclock.spec b/enlightenment-module-tclock.spec
new file mode 100644 (file)
index 0000000..648b108
--- /dev/null
@@ -0,0 +1,71 @@
+#
+# TODO:
+# - add meaningful descriptions
+# - add pl
+# - confirm BR and Rs
+# - checkout
+# - investigate the error while loading this module
+# - rel 1
+#
+%define                _module_name    tclock
+%define                _snap   20060420
+Summary:       Enlightenment DR17 module: %{_module_name}
+Summary(pl):   Modu³ Enlightenmenta DR17: %{_module_name}
+# - confirm BR and Rs
+Name:          enlightenment-module-%{_module_name}
+Version:       0.0.9
+Release:       0.%{_snap}.0.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/e_modules/%{_module_name}-%{_snap}.tar.bz2
+# Source0-md5: 4a473333232366812fb96bdfafc525fe
+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 rss displayer 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
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__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
+%dir %{_libdir}/enlightenment/modules/%{_module_name}
+%dir %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*
+%attr(755,root,root) %{_libdir}/enlightenment/modules/%{_module_name}/linux-gnu-*/module.so
+%{_libdir}/enlightenment/modules/%{_module_name}/*.png
+%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edc
+%{_libdir}/enlightenment/modules/%{_module_name}/%{_module_name}.edj
+%{_datadir}/locale/*/LC_MESSAGES/%{_module_name}.mo
This page took 0.083895 seconds and 4 git commands to generate.