eb: update to version 4.3.2
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 7 Feb 2008 22:17:17 +0000 (22:17 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 7 Feb 2008 22:17:17 +0000 (22:17 +0000)
* fixes unfetchable source
* improve packaging granularity (add utils package and make sure doc stuff is actually in -doc)
* use autotools_stage_all instead of custom do_stage routine (comment 11 from bug 1383)

packages/eb/eb_4.3.2.bb [moved from packages/eb/eb_4.3.bb with 56% similarity]

similarity index 56%
rename from packages/eb/eb_4.3.bb
rename to packages/eb/eb_4.3.2.bb
index 29bd53d..5ba61c7 100644 (file)
@@ -2,13 +2,17 @@ DESCRIPTION = "Electronic book library"
 HOMEPAGE = "http://www.sra.co.jp/people/m-kasahr/eb"
 SECTION = "libs"
 LICENSE = "GPL"
+#DEPENDS = "zlib"
 
 SRC_URI = "ftp://ftp.sra.co.jp/pub/misc/eb/eb-${PV}.tar.bz2"
 
-inherit autotools pkgconfig
+inherit autotools
+
+EXTRA_OECONF += " --with-pkgdocdir=${docdir}/eb"
 
 do_stage () {
-       install -d ${STAGING_INCDIR}/eb/
-        install -m 0644 eb/*.h ${STAGING_INCDIR}/eb/
-       install eb/.libs/libeb.so ${STAGING_LIBDIR}
+       autotools_stage_all
 }
+
+PACKAGES =+ "eb-utils"
+FILES_eb-utils = "/usr/bin/*"