Added gtk+ recipe for maemo-gtk changes
[oespirit1] / x11proto-xsp_1.2.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 = "X11 XSP extension wire protocol"
5 HOMEPAGE = "unknown"
6 LICENSE = "Nokia copyright"
7 SECTION = "base"
8 PR = "r151"
9
10 SRC_URI = "http://repository.maemo.org/pool/fremantle/free/x/${PN}/${PN}_${PV}-1.tar.gz"
11
12 inherit autotools pkgconfig
13
14 do_stage(){
15     autotools_stage_all
16 }
17