diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 19:53:48 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 19:53:48 +0000 |
commit | 202fc0686bff60974df5b9c1295a89ecb60b1c9c (patch) | |
tree | 7363765065fc6c950596993d634f58ee211d0f4f | |
parent | ee509e58b15e1d33c12b426d079288ba8d339394 (diff) |
eb: add eb, a lib for epwing electronic books in widespread use in Japan.
-rw-r--r-- | packages/eb/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/eb/eb_4.3.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/eb/.mtn2git_empty b/packages/eb/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/eb/.mtn2git_empty diff --git a/packages/eb/eb_4.3.bb b/packages/eb/eb_4.3.bb new file mode 100644 index 0000000000..29bd53dfea --- /dev/null +++ b/packages/eb/eb_4.3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Electronic book library" +HOMEPAGE = "http://www.sra.co.jp/people/m-kasahr/eb" +SECTION = "libs" +LICENSE = "GPL" + +SRC_URI = "ftp://ftp.sra.co.jp/pub/misc/eb/eb-${PV}.tar.bz2" + +inherit autotools pkgconfig + +do_stage () { + install -d ${STAGING_INCDIR}/eb/ + install -m 0644 eb/*.h ${STAGING_INCDIR}/eb/ + install eb/.libs/libeb.so ${STAGING_LIBDIR} +} |