contrib/xplanet/Pkgfile
2006-12-05 22:29:16 +11:00

19 lines
526 B
Plaintext

# 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
# Depends on: libtiff, x11
name=xplanet
version=1.2.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
find $PKG -name "README" -type f -exec rm {} \;
}