diff --git a/flashplayer.be0 b/flashplayer.be0 new file mode 100755 index 000000000..f817d9427 --- /dev/null +++ b/flashplayer.be0 @@ -0,0 +1,28 @@ +#!/bin/env beesh + +# BEE_VERSION flashplayer-11.2.202.637-0 + +# http://labs.adobe.com/technologies/flashplayer10/square/ + +# http://get.adobe.com/flashplayer/ + +SRCURL[0]="/src/mariux/download/install_flash_player_${PKGVERSION}_linux.x86_64.tar.gz" + +BEE_CONFIGURE=none + +B=${S} + +mee_extract() { + tar xof ${1} -C ${S} +} + +mee_build() { + return +} + +mee_install() { + # /usr/lib/firefox-plugins + + mkdir -p ${D}${LIBDIR}/mozilla/plugins + cp libflashplayer.so ${D}${LIBDIR}/mozilla/plugins +}