forked from hasufell/hasufell-repository
app-arch/innoextract: initial import of version 1.5
This commit is contained in:
parent
bec4b1c275
commit
d60a216895
@ -1,4 +1,5 @@
|
|||||||
app-admin
|
app-admin
|
||||||
|
app-arch
|
||||||
app-crypt
|
app-crypt
|
||||||
dev-games
|
dev-games
|
||||||
dev-libs
|
dev-libs
|
||||||
|
26
packages/app-arch/innoextract/innoextract-1.5.exheres-0
Normal file
26
packages/app-arch/innoextract/innoextract-1.5.exheres-0
Normal 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
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user