upx: update to 3.08; GPL-2+ license; add universal variant; see https://trac.macports.org/ticket/32520 (maintainer timeout)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@88474 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2012-01-03 10:25:58 +00:00
parent 523d7f38ef
commit 1908fd51ae
+12 -7
View File
@@ -3,26 +3,31 @@
PortSystem 1.0
name upx
version 3.07
version 3.08
categories archivers
maintainers gmail.com:cedric.luthi
license GPL-2+
description compress or expand executable files
long_description UPX is a free, portable, extendable, high-performance \
executable packer for several different executable formats
homepage http://upx.sourceforge.net/
platforms darwin
master_sites ${homepage}/download/
master_sites ${homepage}download/
distname ${name}-${version}-src
use_bzip2 yes
checksums [suffix ${distname}] \
md5 8186ab103288242f7e8ecad1acd4af03 \
sha1 53692fa1662c4d6be0110e8b7976ab2f9cc6701e \
rmd160 b0b0c01ddf3d958c5c3405106e70c7cd37f148bb
rmd160 3fd7b3c4c66a90ddd622b5fb0ba0502c7145da62 \
sha256 c6d873925ef0d5422b9320c7075ef9be5981a6f99418469ce067becd68de65eb
universal_variant no
use_configure no
build.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
variant universal {}
build.env CPPFLAGS="${configure.cppflags}" \
CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \
LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
depends_lib port:ucl port:zlib