wok-current annotate get-litecoin/receipt @ rev 14554
thunderbird-langpack-es_ES: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:09:21 2013 +0200 (2013-05-23) |
parents | |
children | 42b8478866fb |
rev | line source |
---|---|
pascal@14503 | 1 # SliTaz package receipt. |
pascal@14503 | 2 |
pascal@14503 | 3 PACKAGE="get-litecoin" |
pascal@14503 | 4 VERSION="1.00" |
pascal@14503 | 5 CATEGORY="misc" |
pascal@14503 | 6 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." |
pascal@14503 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14503 | 8 WEB_SITE="http://litecoin.org/" |
pascal@14503 | 9 |
pascal@14503 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14503 | 11 genpkg_rules() |
pascal@14503 | 12 { |
pascal@14503 | 13 mkdir -p $fs/usr/bin |
pascal@14503 | 14 cp $stuff/get-litecoin $fs/usr/bin |
pascal@14503 | 15 } |
pascal@14503 | 16 |