djvulibre: add 3.5.19
authorKoen Kooi <koen@openembedded.org>
Thu, 9 Aug 2007 19:26:11 +0000 (19:26 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 9 Aug 2007 19:26:11 +0000 (19:26 +0000)
* you get bonus points if you get the viewer to build against qt 4.3.x-x11

packages/djvulibre/.mtn2git_empty [new file with mode: 0644]
packages/djvulibre/djvulibre_3.5.19.bb [new file with mode: 0644]

diff --git a/packages/djvulibre/.mtn2git_empty b/packages/djvulibre/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/djvulibre/djvulibre_3.5.19.bb b/packages/djvulibre/djvulibre_3.5.19.bb
new file mode 100644 (file)
index 0000000..aab08cb
--- /dev/null
@@ -0,0 +1,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"
+
+
+