[arch-commits] Commit in mtpfs/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:38:31 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:38:30
  Author: felixonmars
Revision: 658166

archrelease: copy trunk to community-staging-x86_64

Added:
  mtpfs/repos/community-staging-x86_64/
  mtpfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 658165, mtpfs/trunk/PKGBUILD)

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

Copied: mtpfs/repos/community-staging-x86_64/PKGBUILD (from rev 658165, mtpfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:38:30 UTC (rev 658166)
@@ -0,0 +1,28 @@
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
+
+pkgname=mtpfs
+pkgver=1.1
+pkgrel=4
+pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
+arch=('x86_64')
+url="https://www.adebenham.com/mtpfs/"
+license=('GPL3')
+depends=('libmtp' 'glib2' 'libid3tag' 'fuse2' 'libmad')
+makedepends=('pkg-config')
+source=(https://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('627f1a5efa024276f58857e0cb2a2b3057ab9ba6c26d8dcba9de066f4c0efc56a5c991e000e67763b874ee9feb1d9a1e176872b56dd13b146823e8724f2052c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list