app-arch/innoextract: initial import of version 1.5

This commit is contained in:
hasufell 2016-02-17 12:31:18 +01:00
parent bec4b1c275
commit d60a216895
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 27 additions and 0 deletions

View File

@ -1,4 +1,5 @@
app-admin
app-arch
app-crypt
dev-games
dev-libs

View File

@ -0,0 +1,26 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require cmake
SUMMARY="A tool to unpack installers created by Inno Setup"
HOMEPAGE="http://constexpr.org/innoextract/"
DOWNLOADS="http://constexpr.org/innoextract/files/${PNV}.tar.gz"
LICENCES="ZLIB"
SLOT="0"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build+run:
app-arch/xz
dev-libs/boost
"
CMAKE_SRC_CONFIGURE_PARAMS=(
-DUSE_LZMA=ON
-DSET_OPTIMIZATION_FLAGS=OFF
-DSTRICT_USE=ON
-DWITH_CONV=builtin
)