19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
|
# Template file for 'simple-mtpfs'
|
||
|
pkgname=simple-mtpfs
|
||
|
version=0.2
|
||
|
revision=1
|
||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config automake autoconf"
|
||
|
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=3ce41fb194971041aa6ad15292a6cdad70eb8b5fc3e7a03a638bc3cac0c515ea
|
||
|
|
||
|
pre_configure() {
|
||
|
./autogen.sh
|
||
|
}
|