wok-next annotate get-flash-plugin/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@305 2
pascal@305 3 PACKAGE="get-flash-plugin"
pascal@13608 4 VERSION="1.5"
pascal@305 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get Adobe Flash Player"
pascal@305 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://get.adobe.com/flashplayer/otherversions/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
al@21020 15 }
pascal@305 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 DEPENDS="libfirefox"
al@21020 20 TAGS="flash"
pascal@305 21 }