wok-next annotate get-upx/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@1769 2
pascal@1769 3 PACKAGE="get-upx"
pascal@1769 4 VERSION="1.00"
pascal@1769 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get UPX executable packer"
pascal@1769 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://upx.github.io/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
pascal@1769 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@1769 15 }
pascal@1769 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 }