wok view get-unace/receipt @ rev 21692

simple-mtpfs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 11:06:20 2019 +0200 (2019-06-04)
parents 007b91d3da0b
children c15fedfb9582
line source
1 # SliTaz package receipt.
3 PACKAGE="get-unace"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get UNACE unpacker."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.winace.com/"
10 TAGS="compression archive"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-unace $fs/usr/bin
17 }