20 lines
682 B
Bash
20 lines
682 B
Bash
|
# Template file for 'ideviceinstaller'
|
||
|
pkgname=ideviceinstaller
|
||
|
version=1.1.0
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="automake libtool pkg-config"
|
||
|
makedepends="libimobiledevice-devel libplist-devel libzip-devel"
|
||
|
depends="usbmuxd"
|
||
|
short_desc="Manage apps of iOS devices"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
license="GPL-2.0-or-later"
|
||
|
homepage="https://github.com/libimobiledevice/ideviceinstaller"
|
||
|
distfiles="https://github.com/libimobiledevice/${pkgname}/archive/${version}.tar.gz"
|
||
|
checksum=847b58708f9e627af2d09283177a2495e6c49d9a99d459499c4f3fd4ad4f0506
|
||
|
|
||
|
pre_configure() {
|
||
|
sed -i "/AS_COMPILER_FLAGS(/s/-Werror//" configure.ac
|
||
|
NOCONFIGURE=1 ./autogen.sh
|
||
|
}
|