This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 meta/packages/mtpfs/mtpfs_svn.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

New commits:
commit 67aaacacf9cd57313c8a7015aaf647f7ccb0e54c
Author: Samuel Ortiz <[EMAIL PROTECTED]>
Date:   Fri Nov 7 01:32:22 2008 +0100

    mtpfs: Initial commit
    
    There is no official mtpfs release, nor SVN tags. Only trunk for now..


Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/mtpfs/mtpfs_svn.bb b/meta/packages/mtpfs/mtpfs_svn.bb
new file mode 100644
index 0000000..148ace2
--- /dev/null
+++ b/meta/packages/mtpfs/mtpfs_svn.bb
@@ -0,0 +1,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"
\ No newline at end of file
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to