18 lines
588 B
Bash
18 lines
588 B
Bash
# Template file for 'simple-mtpfs'
|
|
pkgname=simple-mtpfs
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake autoconf-archive"
|
|
makedepends="fuse-devel libmtp-devel"
|
|
short_desc="FUSE filesystem that supports reading/writing from MTP devices"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/phatina/simple-mtpfs/"
|
|
distfiles="https://github.com/phatina/simple-mtpfs/archive/v${version}.tar.gz"
|
|
checksum=1d011df3fa09ad0a5c09d48d84c03e6cddf86390af9eb4e0c178193f32f0e2fc
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|