void-packages/srcpkgs/adobe-flash-plugin/template

46 lines
1.7 KiB
Bash

# Template file for 'adobe-flash-plugin'
pkgname=adobe-flash-plugin
version=32.0.0.142
revision=1
depends="curl hicolor-icon-theme desktop-file-utils"
short_desc="Adobe Flash Player plugin for Netscape compatible browsers"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Adobe License (non free)"
homepage="https://www.adobe.com"
repository="nonfree"
restricted=yes
create_wrksrc=yes
archs="i686 x86_64"
nopie=yes
# The EULA file
_eula="https://www.adobe.com/content/dam/Adobe/en/legal/licenses-terms/pdf/PlatformClients_PC_WWEULA-en_US-20150407_1357.pdf"
_eulacksum=5a0a95eb4082b6db7182188ce119f3829184b238b0a91293322c2a51a2b41fc1
_url=https://fpdownload.adobe.com/get/flashplayer/pdc/${version}
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_disttarball="${_url}/flash_player_npapi_linux.x86_64.tar.gz"
_distcksum=a21eef09f4e2dfb1e2bded7fb548ad75634c7756a9ba68b5aaeb602d60ef5180
else
_disttarball="${_url}/flash_player_npapi_linux.i386.tar.gz"
_distcksum=35b625cc2540590ecc226b7625a332096038770f969fd2173df0b04e961be0c1
fi
distfiles="${_eula} ${_disttarball}"
checksum="${_eulacksum} ${_distcksum}"
skip_extraction="${_eula##*/}"
do_install() {
vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
vbin usr/bin/flash-player-properties
for i in 16x16 22x22 24x24 32x32 48x48; do
vinstall usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
644 usr/share/icons/hicolor/${i}/apps
done
vinstall usr/share/applications/flash-player-properties.desktop 644 \
usr/share/applications
vinstall usr/share/kde4/services/kcm_adobe_flash_player.desktop 644 \
usr/share/kde4/services
vlicense "${XBPS_SRCDISTDIR}/${pkgname}-${version}/$(basename ${_eula})" LICENSE.pdf
}