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

yuyo-gtk-theme: update version
author yuripourre
date Tue Aug 11 10:05:04 2015 -0400 (2015-08-11)
parents a85ffe1b42a5
children d958fec46c9f
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