cbrpager: unify
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 11 Jan 2010 03:33:21 +0000 (04:33 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 11 Jan 2010 03:38:14 +0000 (04:38 +0100)
recipes/cbrpager/cbrpager.inc [new file with mode: 0644]
recipes/cbrpager/cbrpager_0.9.14.bb

diff --git a/recipes/cbrpager/cbrpager.inc b/recipes/cbrpager/cbrpager.inc
new file mode 100644 (file)
index 0000000..86bb0cf
--- /dev/null
@@ -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
+
+
+
+
+
+
+
+
index ccf2658..bfbff48 100644 (file)
@@ -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"