Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. EAPI=6
  5.  
  6. DESCRIPTION="Standalone swf viewer"
  7. HOMEPAGE="https://www.adobe.com"
  8. SRC_URI="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz"
  9.  
  10. LICENSE="Unknown"
  11. SLOT="0"
  12. KEYWORDS=""
  13. IUSE=""
  14.  
  15. RDEPEND="
  16.  
  17. "
  18. DEPEND="
  19.  
  20. "
  21.  
  22. src_prepare() {
  23.  
  24. }
  25.  
  26. src_compile() {
  27.  
  28. }
  29.  
  30. src_install() {
  31.  
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement