diff options
author | Artur Wronowski <arteqw@gmail.com> | 2009-11-05 20:44:52 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-05 20:45:49 +0100 |
commit | 9a06361338b59304ef7bdc5c9213b41f957253ae (patch) | |
tree | 3f2bc9241017bcdb194d5c4f63561d4b15f1f86f /recipes/nzbget/nzbget.inc | |
parent | 69026f3da9ee1777e1e7d64de4799dcbbec3af55 (diff) |
nzbget: new recipe; a command-line based binary newsgrabber for nzb files
Diffstat (limited to 'recipes/nzbget/nzbget.inc')
-rw-r--r-- | recipes/nzbget/nzbget.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/nzbget/nzbget.inc b/recipes/nzbget/nzbget.inc new file mode 100644 index 0000000000..93dcfead3d --- /dev/null +++ b/recipes/nzbget/nzbget.inc @@ -0,0 +1,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 = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/nzbget/nzbget-stable/nzbget-${PV}.tar.gz" +S = "${WORKDIR}/nzbget-${PV}" + +inherit autotools_stage 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} \ +" |