Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e567336ede28c124271482511ab724b42020d3e4
commit e567336ede28c124271482511ab724b42020d3e4 Author: Marius Cirsta <[email protected]> Date: Wed Jun 11 23:00:04 2014 +0300 * removing as it's replaced by chromium-flash diff --git a/source/xlib-extra/chromium-flashplugin/FrugalBuild b/source/xlib-extra/chromium-flashplugin/FrugalBuild deleted file mode 100644 index b85597a..0000000 --- a/source/xlib-extra/chromium-flashplugin/FrugalBuild +++ /dev/null @@ -1,28 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: James Buren <[email protected]> - -pkgname=chromium-flashplugin -pkgver=13.0.0.214 -pkgrel=1 -pkgdesc="Pepper Plugin API flashplugin for chromium." -url="http://www.google.com/chrome" -rodepends=('chromium-browser') -makedepends=('rpmextract') -options=('nobuild') -groups=('xlib-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://www.adobe.com/software/flash/about/ | grep Chrome | egrep -o '[0-9.]+' | tail -n 1" - -if test "$CARCH" = "i686"; then - source=(https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm) - sha1sums=('374ae40fe149b7ef3dccab209abc8b787d3bafe0') -elif test "$CARCH" = "x86_64"; then - source=(https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm) - sha1sums=('64726324d432af438a9d16e6c7243ce0a56a40e3') -fi - -build() -{ - Fexec rpmextract.sh `basename ${source[0]}` || Fdie - Ffile opt/google/chrome/PepperFlash/* /usr/lib/chromium/PepperFlash/ -} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
