xdaliclock stable port information

Package: xdaliclock
Version: 2.30
Revision: 1
Maintainer: None
GCC: 4.0
BuildDepends: xcode, x11-dev
Depends: x11, x11-shlibs
Source: http://www.jwz.org/%n/%n-%v.tar.gz
Source-MD5: 0689b66c5708f811cfcc656fe18a1afd
SourceDirectory: %n-%v
ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
CompileScript: <<
#!/bin/sh -ev
echo "Building X11 xdaliclock"
cd X11
./configure %c
make
echo "Building DaliClock.app"
if test "%m" = "powerpc"; then FINK_ARCH="ppc"; else FINK_ARCH="%m"; fi
cd ../OSX
xcodebuild -target DaliClock -configuration Release RC_ARCHS=$FINK_ARCH build
<<
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
cd X11 ; make install prefix=%i man1dir=%i/share/man/man1
<<
AppBundles: OSX/build/Release/DaliClock.app
DocFiles: README
Description: Dali Clock is a digital clock
DescDetail: <<
Dali Clock is a digital clock. When a digit changes, it "melts" into its
new shape. It can display in 12 or 24 hour modes, and the date is displayed
when the mouse is pressed. It has four large fonts built into it, but it
can animate most other fonts that contain all of the digits.The window
can be made transparent, and can do funky psychedelic color cycling.
<<
DescUsage: <<
This package installs an X11 version of xdaliclock into %p/sw/bin.
It also installs a clickable OS X .app into /Applications/Fink
<<
DescPort: <<
There is a screensaver xcodebuild target available as well, but it seems
to require the 10.6 SDK.
<<
License: GPL
Homepage: http://www.jwz.org/xdaliclock/