wok-current view get-upx/receipt @ rev 16614
libgd: dowgrade to 2.0.35 (it was a bad idea and not the moment to update)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 08 19:40:39 2014 +0200 (2014-05-08) |
parents | a85ffe1b42a5 |
children | 7dd01dedad38 |
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="http://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 }