libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / nzbget / nzbget.inc
1 DESCRIPTION = "NZBGet is a command-line based binary newsgrabber for nzb files, written in C++"
2 SECTION = "net"
3 LICENSE = "GPL"
4 HOMEPAGE = "http://nzbget.sourceforge.net/Main_Page"
5 DEPENDS = "libsigc++-2.0 libpar2 ncurses libxml2"
6 INC_PR = "r0"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/nzbget/nzbget-stable/nzbget-${PV}.tar.gz"
9 S = "${WORKDIR}/nzbget-${PV}"
10
11 inherit autotools_stage pkgconfig
12
13 EXTRA_OECONF = "\
14         --disable-tls \
15         --with-libcurses-libraries=${STAGING_LIBDIR} \
16         --with-libcurses-includes=${STAGING_INCDIR} \
17         --with-libpar2-includes={STAGING_INCDIR} \
18         --with-libpar2-libraries={STAGING_INCDIR} \
19 "