wok-next view get-bitcoin/receipt @ rev 14709
econnman: fix WGET_URL
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sat Jun 08 22:19:06 2013 +0200 (2013-06-08) |
parents | 7cd27e61c11c |
children | 42b8478866fb |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-bitcoin"
4 VERSION="1.00"
5 CATEGORY="misc"
6 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bitcoin.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp $stuff/get-bitcoin $fs/usr/bin
15 }