Skip to content

Commit

Permalink
Revert "Remove flashplayer"
Browse files Browse the repository at this point in the history
This reverts commit 15a8435.

Thomas Risch reported, that he is using two applications using Flash
technology.

1.  http://www.mapequation.org/apps/NetworkNavigator.html
2.  GGA system: http://gga.molgen.mpg.de

So add the Adobe Flash Player back.
  • Loading branch information
pmenzel committed Oct 18, 2016
1 parent 4f866a4 commit d7b3210
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions flashplayer-11.2.202.261-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/bin/env beesh

# 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 d7b3210

Please sign in to comment.