# Description: Simple MTP fuse filesystem driver # URL: https://github.com/phatina/simple-mtpfs # Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se # Depends on: fuse, libmtp name=simple-mtpfs version=7efc34b release=1 source=(https://planet-express.se/distfiles/simple-mtpfs-$version.tar.xz) build() { cd $name-$version ./autogen.sh ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install }