wmweather stable port information

Package: wmweather
Version: 2.4.3
Revision: 10
###
BuildDepends: curl-dev | curl-ssl-dev, x11-dev
Depends: x11, curl-shlibs | curl-ssl-shlibs
Recommends: windowmaker
###
Source: http://www.godisch.de/debian/%n/%n-%v.tar.gz
Source-MD5: 4e2e6a7bb982362f821ba3f9a11c457e
SourceDirectory: %n-%v/src
###
PatchScript: <<
### Fix for non case sensitive FS
perl -pi.bak -e 's,\$\{LN_S\},#\$\{LN_S\},g' Makefile.in
<<
###
ConfigureParams: --with-xmessage --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
ConfFiles: %p/etc/wmweather.conf
DocFiles: ../CHANGES ../COPYING ../README
###
InstallScript: <<
make install DESTDIR=%d
<<
###
Description: Local weather dock app using METAR
DescDetail: <<
wmWeather displays your current local weather conditions. You need
to give it a 4-character "METAR" station identifier code (most major
airports have one). Shows station ID, time of last update (i.e. time
the data was updated not the time the App last checked for data),
temperature, dew point, pressure, humidity, and wind speed. The
various entries can be forced to display in a variety of different
units.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://www.godisch.de/debian/wmweather/

wmweather stable port .patch

diff -ru Src/Makefile ../wmWeather-1.31-patched/Src/Makefile
--- Src/Makefile Tue Mar 16 17:59:39 1999
+++ ../wmWeather-1.31-patched/Src/Makefile Fri Aug 24 10:54:07 2001
@@ -1,7 +1,7 @@
-CC = gcc
+CC = cc
CFLAGS = -O2 -Wall
INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-DESTDIR= /usr/X11R6
+DESTDIR= @FINKPREFIX@
LIBDIR = -L/usr/X11R6/lib
# for linux
LIBS = -lXpm -lX11 -lXext
@@ -30,5 +30,5 @@
install:: wmWeather
install -c -s -m 0755 wmWeather $(DESTDIR)/bin
install -c -m 0755 GrabWeather $(DESTDIR)/bin
- install -c -m 0644 wmWeather.1 $(DESTDIR)/man/man1
+ install -c -m 0644 wmWeather.1 $(DESTDIR)/share/man/man1

wmweather _unstable_ port .patch