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

# source: james
TARBALL=python-pygame-$PKGVER.tar.gz
MD5SUM=
SRC_URL=https://files.pythonhosted.org/packages/source/p/pygame/pygame-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='libSDL2 libSDL2-mixer libSDL2-ttf libSDL2-image libportmidi'
SLACKDESC="python3-pygame: python3-pygame $PKGVER (Videogame library for python)
python3-pygame: 
python3-pygame: Pygame is a free and open-source cross-platform library for the 
python3-pygame: development of multimedia applications like video games using Python. 
python3-pygame: It uses the Simple DirectMedia Layer library and several other 
python3-pygame: popular libraries to abstract the most common functions, making 
python3-pygame: writing these programs a more intuitive task.
python3-pygame:
python3-pygame: https://pypi.org/project/pygame/
python3-pygame: 
python3-pygame: 
"
SLACKSUG='python3-pyopengl python3-numpy'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	export PYGAME_DETECT_AVX2=1 # build support for AVX2
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


