wok-next view get-upx/receipt @ rev 16323

Up: connman-ui url (actualy we can download zip archive for specific commit)
author Alexander Medvedev <devl547@gmail.com>
date Thu Apr 10 12:23:54 2014 +0400 (2014-04-10)
parents a85ffe1b42a5
children d958fec46c9f
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 }