summaryrefslogtreecommitdiff
path: root/slugimage/slugimage.bb
diff options
context:
space:
mode:
Diffstat (limited to 'slugimage/slugimage.bb')
-rw-r--r--slugimage/slugimage.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/slugimage/slugimage.bb b/slugimage/slugimage.bb
index e69de29bb2..fdddd538a6 100644
--- a/slugimage/slugimage.bb
+++ b/slugimage/slugimage.bb
@@ -0,0 +1,17 @@
+SECTION = "unknown"
+LICENSE = "BSD"
+DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \
+flash images for the Linksys NSLU2 device. It also has jffs2 support"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PR = "r1"
+
+RDEPENDS = "perl-native"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/nslu;module=slugimage;tag=SLUGIMAGE_1_0"
+S = "${WORKDIR}"
+
+
+do_install () {
+ install -d ${D}/${bindir}
+ install -m 0755 slugimage/slugimage ${D}/${bindir}/
+}