From cea573b7ab71cabae28020c7d3a11ee90b03d901 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Fri, 31 Dec 2004 18:44:34 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2004/12/31 10:44:33-08:00 (none)!ggilbert Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into olddog.(none):/home/ggilbert/oe/openembedded 2004/12/31 10:44:17-08:00 (none)!ggilbert Licensing additions 2004/12/31 18:41:30+01:00 (none)!br1 added stunnel init script and configuration file BKrev: 41d59e12wekLBFs_VrpoqSRgkooaYw --- packages/slugtool/slugtool.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'packages/slugtool/slugtool.bb') diff --git a/packages/slugtool/slugtool.bb b/packages/slugtool/slugtool.bb index e69de29bb2..6629b158d5 100644 --- a/packages/slugtool/slugtool.bb +++ b/packages/slugtool/slugtool.bb @@ -0,0 +1,18 @@ +SECTION = "unknown" +DESCRIPTION = "Slugtool is a small app to disassemble and reassemble \ +flash images for the Linksys NSLU2 device." +MAINTAINER = "Chris Larson " +PR = "r1" +LICENSE = "GPL" +SRC_URI = "http://www.lantz.com/filemgmt_data/files/slugtool.tar.gz \ + file://redboot_typo.patch;patch=1" +S = "${WORKDIR}" + +do_compile () { + ${CC} ${CFLAGS} ${LDFLAGS} slugtool.c -o slugtool +} + +do_install () { + install -d ${D}/${bindir} + install -m 0755 slugtool ${D}/${bindir}/ +} -- cgit v1.2.3