wok-current diff get-bitcoin/receipt @ rev 23467
updated python-bpython (0.9.7.1 -> 0.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 09:09:06 2020 +0100 (2020-04-05) |
parents | 42b8478866fb |
children | 73f36875e5a7 |
line diff
1.1 --- a/get-bitcoin/receipt Sat Sep 07 16:10:09 2013 +0000 1.2 +++ b/get-bitcoin/receipt Sun Apr 05 09:09:06 2020 +0100 1.3 @@ -1,17 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="get-bitcoin" 1.7 -VERSION="1.00" 1.8 +VERSION="1.01" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -LICENSE="BSD" 1.13 +LICENSE="GPLv3" 1.14 WEB_SITE="http://bitcoin.org/" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/bin 1.20 - cp $stuff/get-bitcoin $fs/usr/bin 1.21 + cp $stuff/get-bitcoin $fs/usr/bin 1.22 } 1.23 -