wok view get-upx/receipt @ rev 25488

memtest: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 16:33:54 2022 +0000 (19 months ago)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-upx"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get UPX executable packer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://upx.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-upx $fs/usr/bin
16 }