Skip to content

Add Adobe Flash Player back and update to version 11.2.202.637 #154

Merged
merged 3 commits into from
Oct 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions flashplayer.be0
Original file line number Diff line number Diff line change
@@ -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
}