mtpfs: removing package

This commit is contained in:
Samuel Ortiz
2008-11-07 13:31:59 +01:00
parent 94fed7b711
commit f3a6210e93

View File

@@ -1,20 +0,0 @@
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"