summaryrefslogtreecommitdiffstats
path: root/recipes/nzbget/nzbget.inc
blob: 0a5d1022c5e2f0ce64f93f5a313a90e0546ca4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "NZBGet is a command-line based binary newsgrabber for nzb files, written in C++"
SECTION = "net"
LICENSE = "GPL"
HOMEPAGE = "http://nzbget.sourceforge.net/Main_Page"
DEPENDS = "libsigc++-2.0 libpar2 ncurses libxml2"
INC_PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/nzbget/nzbget-stable/nzbget-${PV}.tar.gz"
S = "${WORKDIR}/nzbget-${PV}"

inherit autotools pkgconfig

EXTRA_OECONF = "\
	--disable-tls \
	--with-libcurses-libraries=${STAGING_LIBDIR} \
	--with-libcurses-includes=${STAGING_INCDIR} \
	--with-libpar2-includes={STAGING_INCDIR} \
	--with-libpar2-libraries={STAGING_INCDIR} \
"