wok-next annotate get-bitcoin/receipt @ rev 15492

Up: firefox-langpack-es_ES (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 17 16:29:54 2013 +0100 (2013-11-17)
parents b8f782e7c45e
children d958fec46c9f
rev   line source
pascal@13744 1 # SliTaz package receipt.
pascal@13744 2
pascal@13744 3 PACKAGE="get-bitcoin"
pascal@13744 4 VERSION="1.00"
pascal@13744 5 CATEGORY="misc"
pascal@13744 6 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere."
pascal@13744 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@13744 9 WEB_SITE="http://bitcoin.org/"
pascal@13744 10
pascal@13744 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13744 12 genpkg_rules()
pascal@13744 13 {
pascal@13744 14 mkdir -p $fs/usr/bin
pascal@14504 15 cp $stuff/get-bitcoin $fs/usr/bin
pascal@13744 16 }
pascal@13744 17