New package: simple-mtpfs-0.2
This commit is contained in:
parent
d8fc1b999a
commit
c8c8269284
1 changed files with 18 additions and 0 deletions
18
srcpkgs/simple-mtpfs/template
Normal file
18
srcpkgs/simple-mtpfs/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue