diff options
Diffstat (limited to 'recipes/gpephone/ptim-headers_svn.bb')
-rw-r--r-- | recipes/gpephone/ptim-headers_svn.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gpephone/ptim-headers_svn.bb b/recipes/gpephone/ptim-headers_svn.bb new file mode 100644 index 0000000000..4384feccbd --- /dev/null +++ b/recipes/gpephone/ptim-headers_svn.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Phone input method - shared headers" +SECTION = "gpephone" +PRIORITY = "optional" +LICENSE = "LiPS" +DEPENDS = "gtk+" +PV = "0.1+svnr-${SRCREV}" + +inherit gpephone pkgconfig autotools + +SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;module=imheaders" + +S = "${WORKDIR}/imheaders" + +DEFAULT_PREFERENCE = "-1" + +do_stage () { + autotools_stage_all +}
\ No newline at end of file |