Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / libconbtui_1.4.1.bb
1 # Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
2 # Released under the MIT license (see COPYING.MIT for the terms)
3
4 DESCRIPTION = "DBUS API for invoking various dialogs"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "GNU Lesser General Public License-version 2.1"
7 SECTION = "x11/apps"
8 #No build dependencies specified in package's debian/control
9 PR = "r0"
10
11 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/libc/${PN}/${PN}_${PV}.tar.gz "
12
13 inherit autotools pkgconfig
14
15 do_stage(){
16     autotools_stage_all
17 }
18
19 #Just to stay  consistent with Maemo packaging
20 PACKAGES = "conbtdialogs-dev"
21
22 FILES_conbtdialogs-dev = "/usr/*"
23