contrib/xplanet/Pkgfile

22 lines
608 B
Plaintext
Raw Normal View History

2006-11-21 14:11:40 +01:00
# Description: Renders an image of the earth into the X root window.
# URL: http://xplanet.sourceforge.net/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: xorg libtiff libpng libungif
2006-11-21 14:11:40 +01:00
name=xplanet
version=1.2.0
2008-09-29 07:37:14 +02:00
release=2
source=(http://dl.sourceforge.net/sourceforge/xplanet/xplanet-$version.tar.gz
xplanet-1.2.0-gcc43.patch)
2006-11-21 14:11:40 +01:00
2006-12-05 12:29:16 +01:00
build() {
2007-04-01 12:21:01 +02:00
cd xplanet-$version
2008-09-29 07:37:14 +02:00
patch -p 1 -i $SRC/xplanet-1.2.0-gcc43.patch
2006-11-21 14:11:40 +01:00
./configure --prefix=/usr
2007-04-01 12:21:01 +02:00
make
make DESTDIR=$PKG install
2007-06-08 04:13:57 +02:00
find $PKG -name "README" -type f -delete
2006-11-21 14:11:40 +01:00
}