aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neon/neon_0.25.5.bb
blob: 041f7a82f33597f2f280d096dab9a2dddb0bbd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
HOMEPAGE = "http://www.webdav.org/neon"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "zlib libxml2 expat time"

PR = "r0"

SRC_URI = "http://be.lunar-linux.org/lunar/cache/neon-${PV}.tar.gz"

inherit autotools binconfig lib_package pkgconfig

EXTRA_OECONF = "--without-ssl --with-libxml2 --with-expat --enable-shared"

do_stage() {
	autotools_stage_all
}