wok annotate get-upx/receipt @ rev 20438

pulseaudio : add module-jack*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 09 11:03:10 2018 +0200 (2018-09-09)
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