summaryrefslogtreecommitdiff
path: root/gpe-bluetooth/gpe-bluetooth_0.35.oe
blob: d54655759a6f5db16bc7391b0aa6bcb50dbc6608 (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 libglade"
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
}