contrib/xplanet/Pkgfile

19 lines
526 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
2006-12-05 12:29:16 +01:00
# Depends on: libtiff, x11
2006-11-21 14:11:40 +01:00
name=xplanet
version=1.2.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
2006-12-05 12:29:16 +01:00
build() {
2006-11-21 14:11:40 +01:00
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
find $PKG -name "README" -type f -exec rm {} \;
}