wok view get-flash-plugin/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents d5999a28461c
children c15fedfb9582
line source
1 # SliTaz package receipt.
3 PACKAGE="get-flash-plugin"
4 VERSION="1.6.1"
5 CATEGORY="non-free"
6 TAGS="flash"
7 SHORT_DESC="Get Adobe Flash Player."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://www.adobe.com/products/flash/"
12 DEPENDS="libfirefox"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp $stuff/get-flash-plugin $fs/usr/bin
19 }