From: Florian Boor Date: Mon, 29 Oct 2007 14:59:00 +0000 (+0000) Subject: libiac: add 1.0 X-Git-Tag: Release-2010-05/1~8454^2~94^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fed2f01be63ea9b9bdc1ca027bd7c3fb1c4837e;p=openembedded.git libiac: add 1.0 --- diff --git a/packages/gpephone/libiac_1.0.bb b/packages/gpephone/libiac_1.0.bb new file mode 100644 index 0000000000..940b1ecc31 --- /dev/null +++ b/packages/gpephone/libiac_1.0.bb @@ -0,0 +1,13 @@ +LICENSE = "LiPS" +DESCRIPTION = "LiPS IPC library." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "gtk+ gtk-doc" +PR = "r1" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpephone pkgconfig autotools + +do_stage () { + autotools_stage_all +}