Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aadf994126f20037f1283db5fcb07dbf45ba5a2c
commit aadf994126f20037f1283db5fcb07dbf45ba5a2c Author: Marius Cirsta <[email protected]> Date: Tue Jun 10 02:36:22 2014 +0300 chromium-flash-13.0.0.214-1-x86_64 * new package, flash support in Chromium diff --git a/source/xapps-extra/chromium-flash/FrugalBuild b/source/xapps-extra/chromium-flash/FrugalBuild new file mode 100644 index 0000000..db3eb47 --- /dev/null +++ b/source/xapps-extra/chromium-flash/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 26.46 SBU +# Maintainer: Marius Cirsta <[email protected]> + +options+=('asneeded') + +pkgname=chromium-flash +pkgver=13.0.0.214 +_verbld=35.0.1916.114-1 +pkgrel=1 +pkgdesc="Google Chrome's Pepper Flash plugin for Chromium" +url='http://www.chromium.org/' +depends=('chromium-browser') +makedepends=('rpmextract') +license=('chrome') +groups=('xapps-extra') +archs=('i686' 'x86_64') +up2date="lynx --dump 'http://www.adobe.com/software/flash/about/' | egrep -m1 'Chrome \(Pepper-based Flash Player\)' | sed 's/.*\ \([0-9\.]*\)/\1/'" +if [ "$CARCH" == x86_64 ]; then + source+=(https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-${_verbld}.x86_64.rpm) + sha1sums+=('64726324d432af438a9d16e6c7243ce0a56a40e3') +elif [ "$CARCH" == i686 ]; then + source+=(https://dl.google.com/linux/chrome/rpm/stable/i386/google-chrome-stable-${_verbld}.i386.rpm) + sha1sums+=('374ae40fe149b7ef3dccab209abc8b787d3bafe0') +fi + + +build() { + rpmunpack google-chrome-stable-${_verbld}.${CARCH}.rpm + Fmkdir usr/lib/chromium/PepperFlash + Ffile opt/google/chrome/PepperFlash/libpepflashplayer.so usr/lib/chromium/PepperFlash/libpepflashplayer.so +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
