void-packages/srcpkgs/simple-mtpfs/template
2016-11-28 13:34:33 +01:00

18 lines
628 B
Bash

# Template file for 'simple-mtpfs'
pkgname=simple-mtpfs
version=0.2.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config automake"
makedepends="fuse-devel libmtp-devel"
short_desc="A FUSE filesystem that supports reading/writing from MTP devices"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://github.com/phatina/simple-mtpfs/"
distfiles="https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${version}.tar.gz"
checksum=e880a4971887dd27eaec7337f3f1f683e67e66f5c08ed6ef469797bdf5e5087a
pre_configure() {
./autogen.sh
}