blob: aab08cb9370003c0dd2f19e49f33c4202128851b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "DjVuLibre is an open source (GPL'ed) implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities."
LICENSE = "GPL"
SRC_URI = "http://downloads.sourceforge.net/djvu/djvulibre-${PV}.tar.gz"
DEPENDS = "jpeg libpng tiff"
inherit autotools pkgconfig
PACKAGES =+ "libdjvulibre"
FILES_libdjvulibre = "${libdir}/libdjvulibre.so.*"
FILES_${PN} += "${datadir}/djvu"
|