You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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:
+12
-7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user