From: Rolf Leggewie Date: Thu, 8 Feb 2007 19:53:48 +0000 (+0000) Subject: eb: add eb, a lib for epwing electronic books in widespread use in Japan. X-Git-Tag: Release-2010-05/1~9260^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202fc0686bff60974df5b9c1295a89ecb60b1c9c;p=openembedded.git eb: add eb, a lib for epwing electronic books in widespread use in Japan. --- diff --git a/packages/eb/.mtn2git_empty b/packages/eb/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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} +}