21 lines
751 B
Bash
21 lines
751 B
Bash
# Template file for 'ideviceinstaller'
|
|
pkgname=ideviceinstaller
|
|
version=1.1.1
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://libimobiledevice.org"
|
|
changelog="https://raw.githubusercontent.com/libimobiledevice/ideviceinstaller/master/NEWS"
|
|
distfiles="https://github.com/libimobiledevice/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=b1401678a61f28c4aca95375c100b5a83ccc2cdfa0222c0de7ad0a2cfb4e3c9f
|
|
|
|
pre_configure() {
|
|
sed -i "/AS_COMPILER_FLAGS(/s/-Werror//" configure.ac
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|