Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting5.git;a=commitdiff;h=2c3b671ec4b49e9a7e083932a8e8e8117d4d11f9
commit 2c3b671ec4b49e9a7e083932a8e8e8117d4d11f9 Author: James Buren <[email protected]> Date: Sun Aug 5 17:07:50 2012 -0500 chromium-flashplugin-11.3.31.222-1-x86_64 * new package * nobuild for now diff --git a/source/xlib-extra/chromium-flashplugin/FrugalBuild b/source/xlib-extra/chromium-flashplugin/FrugalBuild new file mode 100644 index 0000000..90b3c57 --- /dev/null +++ b/source/xlib-extra/chromium-flashplugin/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0 SBU +# Maintainer: James Buren <[email protected]> + +pkgname=chromium-flashplugin +pkgver=11.3.31.222 +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="$pkgver" + +if test "$CARCH" = "i686"; then + source=(https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm) + sha1sums=('a1d6f660f3fb338e3df92ebf2ab308dc4145f4d8') +elif test "$CARCH" = "x86_64"; then + source=(https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm) + sha1sums=('181d25467d37d2c566b637e5ee23eee816cc05d3') +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
