aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wvstreams/wvstreams_4.4.1.bb
blob: f5f7fcbaa84fb8eead44c7ccaa7cf9eef74969df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
HOMEPAGE = "http://alumnit.ca/wiki/index.php?page=WvStreams"
LICENSE = "LGPL"
DESCRIPTION = "WvStreams is a network programming library in C++"
DEPENDS = "zlib openssl (>= 0.9.8)"

SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
           file://build-fixes-and-sanity.patch;patch=1 "

inherit autotools

LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"

EXTRA_AUTORECONF += " -I${S}/gnulib/m4"
EXTRA_OECONF = " --without-tcl --without-qt --without-pam"


do_stage() {
    autotools_stage_all
}