]> git.pld-linux.org Git - packages/E-Forecast.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Wed, 28 Jun 2000 08:31:12 +0000 (08:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    E-Forecast.spec -> 1.1

E-Forecast.spec [new file with mode: 0644]

diff --git a/E-Forecast.spec b/E-Forecast.spec
new file mode 100644 (file)
index 0000000..3f93941
--- /dev/null
@@ -0,0 +1,42 @@
+Summary: Shows an icon with the current weather forecast
+Name: E-Forecast
+Version: 0.1
+Release: 1
+Copyright: GPL
+Group: X11/Utilities
+Source: E-Forecast-0.1.tar.gz
+Requires: enlightenment >= 0.16.4
+Requires: epplets >= 0.6
+URL: http://waepplets.sourceforge.net/
+BuildRoot: /tmp/e-forecast-root
+
+%description
+This Epplet is intended for use with Enlightenment windowmanager and Epplets
+software. It displays an icon with the weather forecast for the city of your
+choice.
+
+%prep
+%setup
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" make
+
+%install
+export EBIN="/usr/bin"
+export EROOT="/usr/share/enlightenment"
+rm -rf $RPM_BUILD_ROOT
+make PREFIX=$RPM_BUILD_ROOT install
+du -k $RPM_BUILD_ROOT
+
+%post
+echo Please regenerate your Enlightenment menus
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root)
+%doc COPYING
+/usr/bin/E-Forecast.epplet
+/usr/share/enlightenment/epplet_icons/E-Forecast.icon
+/usr/share/enlightenment/epplet_data/*
This page took 0.088899 seconds and 4 git commands to generate.