[arch-commits] Commit in lib32-flashplugin/repos (2 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed Feb 13 23:37:12 UTC 2013


    Date: Thursday, February 14, 2013 @ 00:37:12
  Author: dwallace
Revision: 84221

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
    (from rev 84220, lib32-flashplugin/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84220, lib32-flashplugin/trunk/PKGBUILD)
===================================================================
--- multilib-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-x86_64/PKGBUILD	2013-02-13 23:37:12 UTC (rev 84221)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer"
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 'lib32-alsa-lib')
+optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"
+        "http://www.adobe.com/products/eulas/pdfs/${_licensefile}")
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+         '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+




More information about the arch-commits mailing list