X-Git-Url: http://git.maemo.org/git/?p=oespirit1;a=blobdiff_plain;f=mobile-application-service_0.9.bb;fp=mobile-application-service_0.9.bb;h=1da4edb96fbc7a01b2f153bed9247c08b77729f8;hp=0000000000000000000000000000000000000000;hb=2109f848590f1d243f5a3e1ff33e399964e5d65f;hpb=aee03ef3e811b60f32564b69946efc65f8010e60 diff --git a/mobile-application-service_0.9.bb b/mobile-application-service_0.9.bb new file mode 100644 index 0000000..1da4edb --- /dev/null +++ b/mobile-application-service_0.9.bb @@ -0,0 +1,27 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Backend to flash based hildon home applet" +HOMEPAGE = "unknown" +LICENSE = "GPLv2" +SECTION = "misc" +DEPENDS = "libxml2" +PR = "r6" + + +#FIXME: Get a proper SRC_URI for this +SRC_URI = " http://ftp.grokthis.net/mirrors/ubuntu/pool/universe/m/mobile-application-service/mobile-application-service_0.9-6.tar.gz \ + file://mas/dont-forget-string-header.patch;patch=1" + +inherit autotools pkgconfig + +do_stage(){ + autotools_stage_all +} + +PACKAGES= "${PN} ${PN}-doc" + +FILES_${PN} = "${sbindir} \ + ${libdir}/" + +