wok diff get-flash-plugin/receipt @ rev 24142
linux-aufs: git checkout problem ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 15 08:46:59 2021 +0000 (2021-11-15) |
parents | d5999a28461c |
children | c15fedfb9582 |
line diff
1.1 --- a/get-flash-plugin/receipt Fri Feb 10 19:24:02 2017 -0500 1.2 +++ b/get-flash-plugin/receipt Mon Nov 15 08:46:59 2021 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-flash-plugin" 1.7 -VERSION="1.6.0" 1.8 +VERSION="1.6.1" 1.9 CATEGORY="non-free" 1.10 +TAGS="flash" 1.11 SHORT_DESC="Get Adobe Flash Player." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="http://www.adobe.com/products/flash/" 1.15 + 1.16 DEPENDS="libfirefox" 1.17 -TAGS="flash" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/bin 1.23 - cp $stuff/get-flash-plugin $fs/usr/bin 1.24 + cp $stuff/get-flash-plugin $fs/usr/bin 1.25 }