aboutsummaryrefslogtreecommitdiffstats
path: root/packages/djvulibre
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-09 19:26:11 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-09 19:26:11 +0000
commit09744802bdb81c4c9ed914f6704040cd79dc9d3e (patch)
tree40477010df38f36359bf317ae952fd44f1e93f49 /packages/djvulibre
parent22aca7f1185c8351504bbc29a6a37fbf81690dce (diff)
downloadopenembedded-09744802bdb81c4c9ed914f6704040cd79dc9d3e.tar.gz
djvulibre: add 3.5.19
* you get bonus points if you get the viewer to build against qt 4.3.x-x11
Diffstat (limited to 'packages/djvulibre')
-rw-r--r--packages/djvulibre/.mtn2git_empty0
-rw-r--r--packages/djvulibre/djvulibre_3.5.19.bb15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/djvulibre/.mtn2git_empty b/packages/djvulibre/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/djvulibre/.mtn2git_empty
diff --git a/packages/djvulibre/djvulibre_3.5.19.bb b/packages/djvulibre/djvulibre_3.5.19.bb
new file mode 100644
index 0000000000..aab08cb937
--- /dev/null
+++ b/packages/djvulibre/djvulibre_3.5.19.bb
@@ -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"
+
+
+