### this file is sourced not run
PKGVER=1.2a.debian1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=lightspeed_1.2a.debian.1.orig.tar.gz
MD5SUM=5587a6533ac8bf01514d4121d0199a88
SRC_URL=http://deb.debian.org/debian/pool/main/l/lightspeed/$TARBALL
BUNDLE=

SLACKREQ='gtk2 libgtkglext libftgl2 libtiff libpng' # libftgl2 is an optional dependency
SLACKDESC="lightspeed: lightspeed $PKGVER (Special Relativity simulation)
lightspeed: 
lightspeed: Light Speed! is an OpenGL-based program which illustrates the effects 
lightspeed: of special relativity on the appearance of moving objects. When an 
lightspeed: object accelerates past a few million meters per second, these 
lightspeed: effects begin to grow noticeable, becoming more and more pronounced 
lightspeed: as the speed of light is approached. These relativistic effects are 
lightspeed: viewpoint-dependent, and include shifts in length, object hue, 
lightspeed: brightness and shape.
lightspeed: 
lightspeed: http://lightspeed.sourceforge.net/
"

### default pkg_download
### default pkg-prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/lightspeed* &&
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


