From 9fbbe583e0ff6d98010718ee79f633f8a5345631 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 14 Jun 2009 15:39:20 +0530 Subject: [PATCH] Added hildon theme tools --- hildon-theme-tools_0.5.2.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hildon-theme-tools_0.5.2.bb diff --git a/hildon-theme-tools_0.5.2.bb b/hildon-theme-tools_0.5.2.bb new file mode 100644 index 0000000..32fa45b --- /dev/null +++ b/hildon-theme-tools_0.5.2.bb @@ -0,0 +1,15 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Tools for developing hildon themes" +HOMEPAGE = "http://maemo.org" +LICENSE = "GPL" +SECTION = "base/ui" +DEPENDS = "libgtk2.0" +PR = "r1" + +SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1.tar.gz" + +inherit autotools pkgconfig + + -- 1.7.9.5