contrib/xplanet/Pkgfile

24 lines
672 B
Plaintext

# Description: Renders an image of the earth into the X root window.
# URL: http://xplanet.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: libtiff xorg
name=xplanet
version=1.3.0
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
xplanet-c++11.patch)
build() {
cd $name-$version
# https://git.archlinux.org/svntogit/community.git/tree/trunk/xplanet-c++11.patch?h=packages/xplanet
patch -Np1 -i $SRC/xplanet-c++11.patch
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
find $PKG -name "README" -type f -delete
}