# Contributor: Milan P. Stanić # Maintainer: Milan P. Stanić pkgname=simple-mtpfs pkgver=0.3.0 pkgrel=0 pkgdesc="filesystem driver and CLI utility for MTP based devices" url="https://github.com/phatina/simple-mtpfs" arch="all" license="GPL-2.0-only" makedepends="autoconf automake libmtp-dev libusb-dev fuse-dev" options="!check" # No test suite. subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${pkgver}.tar.gz" builddir="$srcdir/${pkgname}-${pkgname}-${pkgver}" prepare() { ./autogen.sh ./configure --prefix=/usr ./autogen.sh } build() { make } package() { DESTDIR="$pkgdir" make install } sha512sums="7d2da152708c01ddd2a39c1b56cba6470bfd320b92507530cdd8fc4f25f9500ff817eac6a5d19c775f31029ae6a0baef693987c59453c60c688b84934378f772 simple-mtpfs-0.3.0.tar.gz"