2006-11-22 00:11:40 +11:00
|
|
|
# Description: Renders an image of the earth into the X root window.
|
|
|
|
# URL: http://xplanet.sourceforge.net/
|
2008-03-26 13:45:31 +11:00
|
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
|
|
|
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
2008-04-22 12:53:41 +10:00
|
|
|
# Depends on: xorg libtiff libpng libungif
|
2006-11-22 00:11:40 +11:00
|
|
|
|
|
|
|
name=xplanet
|
2009-06-26 01:01:32 +10:00
|
|
|
version=1.2.1
|
2010-06-19 16:07:25 +10:00
|
|
|
release=2
|
2011-01-11 22:23:05 +11:00
|
|
|
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
|
2010-06-19 16:07:25 +10:00
|
|
|
xplanet-1.2.1.patch)
|
2006-11-22 00:11:40 +11:00
|
|
|
|
2006-12-05 22:29:16 +11:00
|
|
|
build() {
|
2009-06-26 01:01:32 +10:00
|
|
|
cd $name-$version
|
2010-06-19 16:07:25 +10:00
|
|
|
patch -p 1 -i $SRC/xplanet-1.2.1.patch
|
2009-06-26 01:01:32 +10:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--mandir=/usr/man
|
|
|
|
|
2007-04-01 20:21:01 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2007-06-08 12:13:57 +10:00
|
|
|
find $PKG -name "README" -type f -delete
|
2006-11-22 00:11:40 +11:00
|
|
|
}
|