diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-09 19:27:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-09 19:27:17 +0000 |
commit | 7f5a5b5b677552eb0f158355d10915654bb80f3c (patch) | |
tree | ad5e856a40300a997ca1fdab19be7cba0cd46d3c /packages | |
parent | 8aa7544271bce94e04749398a04a3fe3a2399036 (diff) | |
parent | 09744802bdb81c4c9ed914f6704040cd79dc9d3e (diff) |
merge of '62059cae4cb0ae75e3be74df3c9f3a84152b2c00'
and 'd6a10d625959447cfd5ddb1d23ccd908be4f2ca7'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/djvulibre/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/djvulibre/djvulibre_3.5.19.bb | 15 |
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" + + + |