From d60a216895a3312b8950acebf2f4645f19442b9b Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 17 Feb 2016 12:31:18 +0100 Subject: [PATCH] app-arch/innoextract: initial import of version 1.5 --- metadata/categories.conf | 1 + .../innoextract/innoextract-1.5.exheres-0 | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 packages/app-arch/innoextract/innoextract-1.5.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index e77be738..9e29b936 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -1,4 +1,5 @@ app-admin +app-arch app-crypt dev-games dev-libs diff --git a/packages/app-arch/innoextract/innoextract-1.5.exheres-0 b/packages/app-arch/innoextract/innoextract-1.5.exheres-0 new file mode 100644 index 00000000..75c1e9b0 --- /dev/null +++ b/packages/app-arch/innoextract/innoextract-1.5.exheres-0 @@ -0,0 +1,26 @@ +# Copyright 2016 Julian Ospald +# 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 +) +