diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-07 22:17:17 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-07 22:17:17 +0000 |
commit | 57c2f23e84f3916a179a1135578fd6a24d0c8587 (patch) | |
tree | e83498ae0c312155974e597f26b7ee6b266238be /packages/eb/eb_4.3.2.bb | |
parent | 0313defa39c55357c11368006acc957ee9ea5cb9 (diff) |
eb: update to version 4.3.2
* 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)
Diffstat (limited to 'packages/eb/eb_4.3.2.bb')
-rw-r--r-- | packages/eb/eb_4.3.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/eb/eb_4.3.2.bb b/packages/eb/eb_4.3.2.bb new file mode 100644 index 0000000000..5ba61c7cdb --- /dev/null +++ b/packages/eb/eb_4.3.2.bb @@ -0,0 +1,18 @@ +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 + +EXTRA_OECONF += " --with-pkgdocdir=${docdir}/eb" + +do_stage () { + autotools_stage_all +} + +PACKAGES =+ "eb-utils" +FILES_eb-utils = "/usr/bin/*" |