# Maintainer: Joseph Lansdowne pkgname=flashplayer-standalone-debug pkgver=32.0.0.314 pkgrel=1 pkgdesc="Standalone, debug version of Adobe Flash Player" arch=(i686 x86_64) url="https://www.adobe.com/support/flashplayer/debug_downloads.html" license=(custom) depends_i686=(gtk2 libxt nss curl) depends_x86_64=(lib32-gtk2 lib32-libxt lib32-nss lib32-curl) source=("flashplayer-standalone-debug-$pkgver-$pkgrel.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux_debug.x86_64.tar.gz") options=(!strip) md5sums=('de100c05942364cdfa69a5859cc7f729') package () { install -Dm755 flashplayerdebugger "$pkgdir/usr/bin/flashplayerdebugger" install -Dm644 license.pdf "$pkgdir/usr/share/licenses/$pkgname/license.pdf" }