blob: ccf2658f82304b9acc113d35dc83e2d2207bb1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
PR = "r2"
DEPENDS = "gtk+ libgnomeui"
RDEPENDS = "unzip"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools
|