the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xpenguins-themes
Version: 1.0
Revision: 1
Description: Additional creature themes for xpenguins
DescPort: <<
Based on the xpenguins configs, themes go in $FINK/share/xpenguins.
Create a single file documenting all the themes, just to have all the
copyrights and other info all in one place.
<<
Homepage: http://xpenguins.seul.org/
License: GPL
Maintainer: Daniel Macks
BuildDepends: x11-dev
Depends: x11,xpenguins
Source: http://xpenguins.seul.org/xpenguins_themes-%v.tar.gz
Source-MD5: 827445e56d6f6216c43303c12ec2bbc1
SourceDirectory: themes
CompileScript: <<
rm -f Copyright.themes
(echo "The following information is a compilation of the 'about' file for each theme" ; find . -mindepth 1 -maxdepth 1 -type d -exec echo \; -exec echo "### {}" \; -exec echo \; -exec cat "{}"/about \; ) > Copyright.themes
<<
InstallScript: <<
install -d -m 755 %i/share/xpenguins/themes
find . -mindepth 1 -maxdepth 1 -type d -exec cp -r {} %i/share/xpenguins/themes \;
<<
DocFiles: Copyright.themes