New package: upx-3.08 via pancake (closes #38).

This commit is contained in:
Juan RP 2013-01-25 09:37:22 +01:00
parent e954e62559
commit 152f081e26
1 changed files with 21 additions and 0 deletions

21
srcpkgs/upx/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'upx'
pkgname=upx
version=3.08
revision=1
makedepends="ucl"
short_desc="Ultimate Packer for eXecutables"
wrksrc="upx-${version}-src"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://upx.sourceforge.net/"
license="GPL-2"
distfiles="http://upx.sourceforge.net/download/upx-${version}-src.tar.bz2"
checksum=c6d873925ef0d5422b9320c7075ef9be5981a6f99418469ce067becd68de65eb
do_build() {
make ${makejobs} all
}
do_install() {
vinstall src/upx.out 755 usr/bin upx
vinstall doc/upx.1 644 usr/share/man/man1
}