summaryrefslogtreecommitdiffstats
path: root/recipes/maemo4/libconic_0.13.bb
blob: 5f57cf77b16f8a5535ccde653e00b6f29ccd8dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Internet connection library"
LICENSE = "LGPL"
DEPENDS = "dbus gconf osso-ic-oss"

PR = "r1"

SRC_URI = "http://repository.maemo.org/pool/maemo4.0/free/source/libc/${PN}/${PN}_${PV}-0.8.tar.gz"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}