wok annotate get-upx/receipt @ rev 14379
Move from undigest: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 22 21:54:08 2013 +0200 (2013-04-22) |
parents | |
children | 42b8478866fb |
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@1769 | 8 WEB_SITE="http://upx.sourceforge.net/" |
pascal@1769 | 9 |
pascal@1769 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1769 | 11 genpkg_rules() |
pascal@1769 | 12 { |
pascal@1769 | 13 mkdir -p $fs/usr/bin |
pascal@1769 | 14 cp stuff/get-upx $fs/usr/bin |
pascal@1769 | 15 } |
pascal@1769 | 16 |