2009-10-13 01:39:15 +02:00
|
|
|
# Template file for 'adobe-flash-plugin'
|
|
|
|
pkgname=adobe-flash-plugin
|
2012-08-16 16:14:06 +02:00
|
|
|
version=11.2.202.238
|
2009-11-17 20:11:51 +01:00
|
|
|
# The EULA file
|
2011-10-04 14:43:56 +02:00
|
|
|
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
|
|
|
|
_eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
|
2011-11-16 17:06:37 +01:00
|
|
|
_url=http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}
|
2011-11-08 11:56:17 +01:00
|
|
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
2011-11-16 17:06:37 +01:00
|
|
|
_disttarball="${_url}/install_flash_player_11_linux.x86_64.tar.gz"
|
2012-08-16 16:14:06 +02:00
|
|
|
_distcksum=f61b26afcc96abe905be0a5c2278872f3a46985169577dcf41150a6b654fa01d
|
2009-10-13 01:39:15 +02:00
|
|
|
else
|
2011-11-16 17:06:37 +01:00
|
|
|
_disttarball="${_url}/install_flash_player_11_linux.i386.tar.gz"
|
2012-08-16 16:14:06 +02:00
|
|
|
_distcksum=8a9deb57288208d9d0300f6545358c04ff886187927ad9951985b0ba49be055c
|
2009-10-13 01:39:15 +02:00
|
|
|
fi
|
2009-11-17 20:11:51 +01:00
|
|
|
distfiles="${_eula} ${_disttarball}"
|
|
|
|
checksum="${_eulacksum} ${_distcksum}"
|
2012-05-22 12:50:03 +02:00
|
|
|
skip_extraction="$(basename ${_eula})"
|
2012-05-22 11:31:11 +02:00
|
|
|
create_srcdir=yes
|
2012-05-22 12:50:03 +02:00
|
|
|
create_wrksrc=yes
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="curl>=0 hicolor-icon-theme desktop-file-utils"
|
|
|
|
makedepends="libXext-devel libXt-devel gtk+-devel nss-devel libcurl-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2009-10-13 01:39:15 +02:00
|
|
|
short_desc="Adobe Flash Player plugin"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
long_desc="
|
|
|
|
This is the Adobe Flash Player plugin for Netscape compatible browsers."
|
|
|
|
|
2011-11-08 11:56:17 +01:00
|
|
|
nonfree=yes # restricted use
|
2011-10-04 14:43:56 +02:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
|
2012-02-16 15:39:13 +01:00
|
|
|
do_install() {
|
2011-10-04 14:43:56 +02:00
|
|
|
vinstall libflashplayer.so 755 usr/lib/mozilla/plugins
|
|
|
|
#vinstall usr/lib/kde4/kcm_adobe_flash_player.so 755 usr/lib/kde4
|
|
|
|
vinstall usr/bin/flash-player-properties 755 usr/bin
|
|
|
|
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
|
2012-08-16 16:17:54 +02:00
|
|
|
vinstall "${XBPS_SRCDISTDIR}/${pkgname}-${version}/$(basename ${_eula})" 644 \
|
2011-10-04 14:49:40 +02:00
|
|
|
usr/share/licenses/${pkgname} LICENSE.pdf
|
2009-10-13 01:39:15 +02:00
|
|
|
}
|