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

# source: james
TARBALL=pygame-$PKGVER.tar.gz
MD5SUM=ac744ea6952b68d5f2b6d02a6d8e836c
SRC_URL=https://pypi.python.org/packages/61/06/3c25051549c252cc6fde01c8aeae90b96831370884504fe428a623316def/$TARBALL
BUNDLE=

SLACKREQ='python libSDL' 
SLACKDESC="python-pygame: python-pygame $PKGVER (Python wrapper for SDL)
python-pygame: 
python-pygame: Pygame is a Python wrapper module for the SDL multimedia library. It 
python-pygame: contains python functions and classes that will allow you to use 
python-pygame: SDL’s support for playing cdroms, audio and video output, and 
python-pygame: keyboard, mouse and joystick input.
python-pygame: 
python-pygame: https://pypi.python.org/pypi/Pygame
python-pygame: 
python-pygame: 
python-pygame: 
"

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pygame* &&
	
	# disable prompt
	sed -i -e '/-auto/ s/not//' config_unix.py &&
	
	python setup.py build &&
	python setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


