Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / wpeditor_2.22.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 = "WordPad text editor library"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "GNU Lesser General Public License-version 2.1 "
7 SECTION = "libs"
8 DEPENDS = "gtk+ glib-2.0"
9 PR = "r0"
10
11 SRC_URI = "http://repository.maemo.org/pool/maemo5.0beta/free/w/${PN}/${PN}_${PV}-0+0m5.tar.gz "
12
13 inherit autotools pkgconfig
14
15 do_stage(){
16     autotools_stage_all
17 }