Date: Friday, November 10, 2017 @ 22:45:23
  Author: jgc
Revision: 309408

archrelease: copy trunk to testing-x86_64

Added:
  libusbmuxd/repos/testing-x86_64/
  libusbmuxd/repos/testing-x86_64/PKGBUILD
    (from rev 309407, libusbmuxd/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: libusbmuxd/repos/testing-x86_64/PKGBUILD (from rev 309407, 
libusbmuxd/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-11-10 22:45:23 UTC (rev 309408)
@@ -0,0 +1,43 @@
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+# Maintainer: Jan de Groot <j...@archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libusbmuxd
+pkgver=1.0.10+13+gc724e70
+pkgrel=1
+pkgdesc="USB Multiplex Daemon"
+url="http://marcansoft.com/blog/iphonelinux/usbmuxd/";
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'GPL2')
+depends=('libusb' 'libplist')
+makedepends=(git)
+conflicts=('usbmuxd<1.0.9')
+_commit=c724e70fb52ba45291dc73a2e369c0c5bae0ec2e  # master
+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
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to