aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2tools/e2tools_0.0.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e2tools/e2tools_0.0.16.bb')
-rw-r--r--packages/e2tools/e2tools_0.0.16.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/e2tools/e2tools_0.0.16.bb b/packages/e2tools/e2tools_0.0.16.bb
index e69de29bb2..51c0331aa3 100644
--- a/packages/e2tools/e2tools_0.0.16.bb
+++ b/packages/e2tools/e2tools_0.0.16.bb
@@ -0,0 +1,11 @@
+SECTION = "base"
+LICENSE = "GPL"
+DESCRIPTION = "A simple set of utilities for reading, writing, and \
+manipulating files in an ext2/ext3 filesystem."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "e2fsprogs-libs e2fsprogs"
+SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \
+ file://autofoo.patch;patch=1"
+S = "${WORKDIR}/e2tools-${PV}"
+
+inherit autotools