summaryrefslogtreecommitdiff
path: root/gpe-bluetooth/gpe-bluetooth_0.35.oe
blob: 0fcea6719f956af3eae041ea5bc2c765953399aa (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "GPE bluetooth support"
DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs bluez-sdp sqlite dbus"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe"
PRIORITY = "optional"

SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-bluetooth-${PV}.tar.gz

do_install() {
	oe_runmake 'DESTDIR=${D}' install
}