* 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)
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/*"