wok annotate get-upx/receipt @ rev 22373
updated ilmbase and ilmbase-dev (2.2.0 -> 2.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 27 16:43:45 2019 +0100 (2019-11-27) |
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 |