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

# source: james
TARBALL=flash_player_sa_linux-$PKGVER.x86_64.tar.gz
MD5SUM=88f0b2ecf4ed6866a00b6575d5f8b596
SRC_URL=https://archive.org/download/adobe-flash-player-projector/flash_player_sa_linux.x86_64.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="flash-player: flash-player $PKGVER (Adobe Standalone Flash Player)
flash-player: 
flash-player: This package contains the standalone Flash player binary, to run 
flash-player: flash programs and watch flash movies stored locally on your disk. It 
flash-player: does not need or use a web browser. To run it, open terminal and type 
flash-player: 'flashplayer'.
flash-player: IMPORTANT: Adobe stopped supporting Flash Player beginning 31/12/2020.
flash-player: The binary in this package has not received security updates since then
flash-player: and never will. Use with care. Fatdog64 team recommends that this be
flash-player: used for preservation purposes only.
flash-player: More info: https://www.adobe.com/products/flashplayer/end-of-life.html
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	install -m755 /tmp/flashplayer /usr/bin &&
	pkg_build_slackdesc
}


