[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed Feb 13 23:34:50 UTC 2013


    Date: Thursday, February 14, 2013 @ 00:34:50
  Author: dwallace
Revision: 84220

move lib32-flashplugin from aur to multilib

Added:
  lib32-flashplugin/
  lib32-flashplugin/repos/
  lib32-flashplugin/trunk/
  lib32-flashplugin/trunk/PKGBUILD

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

Added: lib32-flashplugin/trunk/PKGBUILD
===================================================================
--- lib32-flashplugin/trunk/PKGBUILD	                        (rev 0)
+++ lib32-flashplugin/trunk/PKGBUILD	2013-02-13 23:34:50 UTC (rev 84220)
@@ -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"
+}
+


Property changes on: lib32-flashplugin/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list