[oe-commits] Rolf Leggewie : cbrpager: unify

git version control git at git.openembedded.org
Mon Jan 11 09:26:44 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 8e80c4adc57316f111841246fb65429860ce1527
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e80c4adc57316f111841246fb65429860ce1527

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Mon Jan 11 04:33:21 2010 +0100

cbrpager: unify

---

 recipes/cbrpager/cbrpager.inc       |   20 ++++++++++++++++++++
 recipes/cbrpager/cbrpager_0.9.14.bb |   21 ++-------------------
 2 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/recipes/cbrpager/cbrpager.inc b/recipes/cbrpager/cbrpager.inc
new file mode 100644
index 0000000..86bb0cf
--- /dev/null
+++ b/recipes/cbrpager/cbrpager.inc
@@ -0,0 +1,20 @@
+HOMEPAGE = "http://www.jcoppens.com/soft/cbrpager/index.en.php"
+DESCRIPTION = "A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) files."
+SECTION = "x11/applications"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgnomeui"
+RDEPENDS = "unzip"
+
+INC_PR = "r2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+
+inherit autotools
+
+
+
+
+
+
+
+
diff --git a/recipes/cbrpager/cbrpager_0.9.14.bb b/recipes/cbrpager/cbrpager_0.9.14.bb
index ccf2658..bfbff48 100644
--- a/recipes/cbrpager/cbrpager_0.9.14.bb
+++ b/recipes/cbrpager/cbrpager_0.9.14.bb
@@ -1,20 +1,3 @@
-HOMEPAGE = "http://www.jcoppens.com/soft/cbrpager/index.en.php"
-DESCRIPTION = "A no-nonsense, simple to use, small viewer for cbr and cbz (comic book archive) files."
-SECTION = "x11/applications"
-LICENSE = "GPL"
-PR = "r2"
-
-DEPENDS = "gtk+ libgnomeui"
-RDEPENDS = "unzip"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
-
-inherit autotools
-
-
-
-
-
-
-
+require cbrpager.inc
 
+PR = "${INC_PR}.1"





More information about the Openembedded-commits mailing list