* update libusbmuxd to 2.0.2-3
This commit is contained in:
parent
d06618efac
commit
d32c5cb9bb
@ -1,44 +1,27 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
|
||||
|
||||
pkgname=libusbmuxd
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="USB Multiplex Daemon"
|
||||
url="https://marcansoft.com/blog/iphonelinux/usbmuxd/"
|
||||
pkgrel=3
|
||||
pkgdesc='Client library to multiplex connections from and to iOS devices'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('LGPL2.1' 'GPL2')
|
||||
depends=('libusb' 'libplist')
|
||||
makedepends=(git)
|
||||
conflicts=('usbmuxd<1.0.9')
|
||||
_commit=ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af
|
||||
source=("git+https://github.com/libimobiledevice/libusbmuxd#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/-/+/g'
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname
|
||||
make check
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
url='https://libimobiledevice.org/'
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
depends=('gcc-libs' 'glibc' 'libplist')
|
||||
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
|
||||
sha256sums=('cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
make DESTDIR="${pkgdir}" install
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user