summaryrefslogtreecommitdiffstats
path: root/meta/packages/mtpfs/mtpfs_svn.bb
blob: 148ace2de2f6511cdfb5f4aaf5bdb4cfc17e1004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "FUSE file system for MTP devices"
HOMEPAGE = "http://libmtp.sourceforge.net"
SECTION = "libs"
PROVIDES = "mtpfs"
DEPENDS = "fuse libmtp libmad libid3tag"
LICENSE = "GPL"

PR = "r0"

SRCREV = "${AUTOREV}"

SRC_URI = "svn://mtpfs.googlecode.com/svn/;module=trunk;proto=http"
 
inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

S = "${WORKDIR}/trunk"