app-arch/innoextract - 1.9 (arx-libertatis)

Search

Package Information

Description:
A tool to unpack installers created by Inno Setup
Homepage:
https://constexpr.org/innoextract/
License:
ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.9 7 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 2020 Daniel Scharrer
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="A tool to unpack installers created by Inno Setup"
HOMEPAGE="https://constexpr.org/innoextract/"
SRC_URI="https://constexpr.org/innoextract/files/${P}.tar.gz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="debug +iconv +lzma"

RDEPEND="
	dev-libs/boost:=[zlib,bzip2]
	iconv? ( virtual/libiconv )
	lzma? ( app-arch/xz-utils )"
DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		-DDEBUG=$(usex debug)
		-DSTRICT_USE=ON
		-DUSE_LZMA=$(usex lzma)
		-DWITH_CONV=$(usex iconv iconv builtin)
	)

	cmake_src_configure
}

USE Flags

iconv
Default: Enabled (+)
lzma
Default: Enabled (+)

Dependencies

DEPEND

	dev-libs/boost:=[zlib,bzip2]
	iconv? ( virtual/libiconv )
	lzma? ( app-arch/xz-utils )

RDEPEND

	dev-libs/boost:=[zlib,bzip2]
	iconv? ( virtual/libiconv )
	lzma? ( app-arch/xz-utils )

Manifest for 1.9

Type File Size Source URLs
DIST innoextract-1.9.tar.gz 206931 bytes https://constexpr.org/innoextract/files/innoextract-1.9.tar.gz