New package: upx-3.08 via pancake (closes #38).
This commit is contained in:
parent
e954e62559
commit
152f081e26
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue