### this file is sourced not run
PKGVER=1.8
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=galaxy2-$PKGVER-source.tar.gz
MD5SUM=d931e77f7a966826fadbacd46dd8a1b3
SRC_URL=https://kornelix.net/downloads/downloads/$TARBALL
BUNDLE=

SLACKREQ='gtk3 libclutter-gtk3 libclutter libcogl' # 
SLACKDESC="galaxy2: galaxy2 $PKGVER (Star motion simulator)
galaxy2: 
galaxy2: Galaxy2 is program which simulates the motion of stars under the 
galaxy2: influence of gravity. Create a field of random stars to begin with, 
galaxy2: then watch the stars move as they are accelerated by their mutual 
galaxy2: gravitational attractions.
galaxy2: 
galaxy2: https://kornelix.net/galaxy2/galaxy2.html
galaxy2: 
galaxy2: 
galaxy2:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/galaxy*
	
	make $MAKEFLAGS && make install &&
	pkg_build_slackdesc &&
		
	true
}
