wok annotate get-upx/receipt @ rev 21642

created simple-mtpfs
author Hans-G?nter Theisgen
date Wed May 29 18:00:29 2019 +0100 (2019-05-29)
parents a85ffe1b42a5
children 7dd01dedad38
rev   line source
pascal@1769 1 # SliTaz package receipt.
pascal@1769 2
pascal@1769 3 PACKAGE="get-upx"
pascal@1769 4 VERSION="1.00"
pascal@1769 5 CATEGORY="non-free"
pascal@1769 6 SHORT_DESC="Get UPX executable packer."
pascal@1769 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@1769 9 WEB_SITE="http://upx.sourceforge.net/"
pascal@1769 10
pascal@1769 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1769 12 genpkg_rules()
pascal@1769 13 {
pascal@1769 14 mkdir -p $fs/usr/bin
pascal@1769 15 cp stuff/get-upx $fs/usr/bin
pascal@1769 16 }
pascal@1769 17