community/innoextract to 1.8-2

This commit is contained in:
Kevin Mihelich 2019-10-06 15:43:20 +00:00
parent 9fa3720911
commit d19ed0606e

View file

@ -1,5 +1,5 @@
# Maintainer: Alad Wenter <alad@mailbox.org> # Maintainer: Alad Wenter <alad@mailbox.org>
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG # Contributor: carstene1ns <arch carsten-teibes de>
# Contributor: Sam S. <smls75@gmail.com> # Contributor: Sam S. <smls75@gmail.com>
# Contributor: Daniel Scharrer <daniel@constexpr.org> # Contributor: Daniel Scharrer <daniel@constexpr.org>
@ -8,7 +8,7 @@
pkgname=innoextract pkgname=innoextract
pkgver=1.8 pkgver=1.8
pkgrel=1 pkgrel=2
pkgdesc="A tool to extract installers created by Inno Setup" pkgdesc="A tool to extract installers created by Inno Setup"
url='https://constexpr.org/innoextract/' url='https://constexpr.org/innoextract/'
arch=('x86_64') arch=('x86_64')
@ -23,6 +23,8 @@ validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer <dan
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
# https://github.com/dscharrer/innoextract/issues/88
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON -DUSE_LTO=OFF cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBoost_NO_BOOST_CMAKE=ON -DUSE_LTO=OFF
make make
} }