New package: mtpfs-1.1.
This commit is contained in:
parent
e95924f6d6
commit
b035ced152
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'mtpfs'
|
||||
pkgname=mtpfs
|
||||
version=1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel libmtp-devel libmad-devel libglib-devel libid3tag-devel"
|
||||
short_desc="A FUSE filesystem that supports reading and writing from any MTP device"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.adebenham.com/mtpfs/"
|
||||
distfiles="http://www.adebenham.com/files/mtp/mtpfs-${version}.tar.gz"
|
||||
checksum=1baf357de16995a5f0b5bc1b6833517a77456481d861cdba70f1ce1316ce4c1d
|
||||
|
||||
mtpfs_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue