Skip to content

Commit

Permalink
Merge pull request #154 from mariux64/add-adobe-flash-player-back
Browse files Browse the repository at this point in the history
Add Adobe Flash Player back and update to version 11.2.202.637
  • Loading branch information
david authored Oct 20, 2016
2 parents 5399585 + b57ca78 commit aa5794d
Showing 1 changed file with 28 additions and 0 deletions.
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
}

0 comments on commit aa5794d

Please sign in to comment.