wok annotate get-unace/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 007b91d3da0b
children c15fedfb9582
rev   line source
pascal@2644 1 # SliTaz package receipt.
pascal@2644 2
pascal@2644 3 PACKAGE="get-unace"
pascal@2644 4 VERSION="1.00"
pascal@2644 5 CATEGORY="non-free"
pascal@2644 6 SHORT_DESC="Get UNACE unpacker."
pascal@2644 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@2644 9 WEB_SITE="http://www.winace.com/"
jozee@4994 10 TAGS="compression archive"
pascal@2644 11
pascal@2644 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2644 13 genpkg_rules()
pascal@2644 14 {
pascal@2644 15 mkdir -p $fs/usr/bin
pascal@2644 16 cp stuff/get-unace $fs/usr/bin
pascal@2644 17 }
pascal@2644 18