contrib/xplanet/Pkgfile

20 lines
530 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/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
2007-04-01 12:21:01 +02:00
# Depends on: xine libtiff
2006-11-21 14:11:40 +01:00
name=xplanet
version=1.2.0
release=1
2007-04-01 12:21:01 +02:00
source=(http://dl.sourceforge.net/sourceforge/xplanet/xplanet-$version.tar.gz)
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
2006-11-21 14:11:40 +01:00
./configure --prefix=/usr
2007-04-01 12:21:01 +02:00
make
make DESTDIR=$PKG install
2006-11-21 14:11:40 +01:00
find $PKG -name "README" -type f -exec rm {} \;
}