aboutsummaryrefslogtreecommitdiffstats
path: root/genext2fs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 08:26:04 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 08:26:04 +0000
commit113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch)
treee8f66c90bbf5fd25e373992147282f48d9d0619f /genext2fs
parent06f7d17e81de21a95e35b03453242bc62b05a6aa (diff)
downloadopenembedded-113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3.tar.gz
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'genext2fs')
-rw-r--r--genext2fs/genext2fs_1.3.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/genext2fs/genext2fs_1.3.oe b/genext2fs/genext2fs_1.3.oe
index e69de29bb2..5a414bd13e 100644
--- a/genext2fs/genext2fs_1.3.oe
+++ b/genext2fs/genext2fs_1.3.oe
@@ -0,0 +1,16 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+DESCRIPTION = "A tool to generate an ext2 filesystem \
+as a normal (non-root) user."
+
+SRC_URI := ${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_1.3.orig.tar.gz \
+ file://${FILESDIR}/misc.patch;patch=1
+S := ${WORKDIR}/genext2fs-${PV}.orig
+
+do_compile () {
+ oe_runmake
+}
+
+do_install () {
+ oe_runmake 'DESTDIR=${D}' install
+}