New package: mtpfs-1.1.

This commit is contained in:
Juan RP 2013-09-23 10:56:59 +02:00
parent e95924f6d6
commit b035ced152
1 changed files with 19 additions and 0 deletions

19
srcpkgs/mtpfs/template Normal file
View File

@ -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
}
}