19 lines
628 B
Bash
19 lines
628 B
Bash
# Template file for 'simple-mtpfs'
|
|
pkgname=simple-mtpfs
|
|
version=0.3.0
|
|
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=5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|