[oe-commits] Artur Wronowski : nzbget: new recipe; a command-line based binary newsgrabber for nzb files

git version control git at git.openembedded.org
Thu Nov 5 19:46:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9a06361338b59304ef7bdc5c9213b41f957253ae
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9a06361338b59304ef7bdc5c9213b41f957253ae

Author: Artur Wronowski <arteqw at gmail.com>
Date:   Thu Nov  5 20:44:52 2009 +0100

nzbget: new recipe; a command-line based binary newsgrabber for nzb files

---

 recipes/nzbget/nzbget.inc              |   19 +++++++++++++++++++
 recipes/nzbget/nzbget_0.6.0.bb         |    3 +++
 recipes/nzbget/nzbget_0.7.0-testing.bb |    5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/nzbget/nzbget.inc b/recipes/nzbget/nzbget.inc
new file mode 100644
index 0000000..93dcfea
--- /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} \
+"
diff --git a/recipes/nzbget/nzbget_0.6.0.bb b/recipes/nzbget/nzbget_0.6.0.bb
new file mode 100644
index 0000000..311d376
--- /dev/null
+++ b/recipes/nzbget/nzbget_0.6.0.bb
@@ -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
index 0000000..e4a9f23
--- /dev/null
+++ b/recipes/nzbget/nzbget_0.7.0-testing.bb
@@ -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"
+





More information about the Openembedded-commits mailing list