New package: ideviceinstaller-1.1.0 [resolves #3189]
This commit is contained in:
parent
e578ca1519
commit
cfdcafed2d
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ideviceinstaller/template
Normal file
19
srcpkgs/ideviceinstaller/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue