diff options
Diffstat (limited to 'recipes/gpephone/ptim-headers_1.0.bb')
-rw-r--r-- | recipes/gpephone/ptim-headers_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpephone/ptim-headers_1.0.bb b/recipes/gpephone/ptim-headers_1.0.bb new file mode 100644 index 0000000000..2ed36458e4 --- /dev/null +++ b/recipes/gpephone/ptim-headers_1.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Phone input method - shared headers" +SECTION = "gpephone" +PRIORITY = "optional" +LICENSE = "LiPS" +DEPENDS = "gtk+" + +inherit gpephone pkgconfig autotools + +SRC_URI = "${GPEPHONE_MIRROR}/ptim-headers-${PV}/imheaders-${PV}.tar.bz2" + +S = "${WORKDIR}/imheaders-${PV}" + +do_stage () { + autotools_stage_all +}
\ No newline at end of file |