the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: windowmaker-extra
Version: 0.1
Revision: 1
Source: ftp://www.windowmaker.org/pub/source/release/WindowMaker-extra-%v.tar.gz
Source-MD5: 07c7700daaaf232bc490f5abaabef085
Enhances: windowmaker
PatchScript: <<
#!/bin/sh -ev
echo removing WindowMaker duplicates ...
rm -f Icons/draw.xpm Icons/pdf.xpm Icons/xv.xpm
head -n 66 Icons/Makefile.in > Makefile.tmp
/bin/echo "defsdata_DATA = \c" >> Makefile.tmp
for file in Icons/*.xpm
do
tmp=`basename $file`
/bin/echo " $tmp\c" >> Makefile.tmp
done
tail -n +68 Icons/Makefile.in >> Makefile.tmp
mv Makefile.tmp Icons/Makefile.in
<<
CompileScript: ./configure --prefix=%i
InstallScript: make install
DocFiles: AUTHORS COPYING NEWS README
Description: Icons and themes for Window Maker
DescDetail: <<
This is the extra data package for Window Maker. For now it only contains some
icons and a few themes.
<<
DescPort: <<
Deletes conflicting duplicate icons provided by Window Maker.
Both packages may break if that list changes and provides new duplicates
<<
DescPackaging: <<
Former maintainer: Yves de Champlain
<<
License: GPL
Maintainer: None
Homepage: http://www.windowmaker.org/