nzbget: new recipe; a command-line based binary newsgrabber for nzb files
authorArtur Wronowski <arteqw@gmail.com>
Thu, 5 Nov 2009 19:44:52 +0000 (20:44 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 5 Nov 2009 19:45:49 +0000 (20:45 +0100)
recipes/nzbget/nzbget.inc [new file with mode: 0644]
recipes/nzbget/nzbget_0.6.0.bb [new file with mode: 0644]
recipes/nzbget/nzbget_0.7.0-testing.bb [new file with mode: 0644]

diff --git a/recipes/nzbget/nzbget.inc b/recipes/nzbget/nzbget.inc
new file mode 100644 (file)
index 0000000..93dcfea
--- /dev/null
@@ -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} \
+"
diff --git a/recipes/nzbget/nzbget_0.6.0.bb b/recipes/nzbget/nzbget_0.6.0.bb
new file mode 100644 (file)
index 0000000..311d376
--- /dev/null
@@ -0,0 +1,3 @@
+require nzbget.inc
+PR = "${INC_PR}.0"
+
diff --git a/recipes/nzbget/nzbget_0.7.0-testing.bb b/recipes/nzbget/nzbget_0.7.0-testing.bb
new file mode 100644 (file)
index 0000000..e4a9f23
--- /dev/null
@@ -0,0 +1,5 @@
+require nzbget.inc
+PV = "0.6.9+0.7.0r342"
+SRC_URI = "${SOURCEFORGE_MIRROR}/nzbget/nzbget-stable/nzbget-0.7.0-testing-r342.tar.gz"
+S = "${WORKDIR}/nzbget-0.7.0-testing"
+