aboutsummaryrefslogtreecommitdiffstats
path: root/packages/slugimage/slugimage.bb
blob: faf088208fbe9ea6a9360b9ff077f4ec3c797945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "r2"

RDEPENDS = "perl-native"

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/nslu;module=slugimage;tag=SLUGIMAGE_3_1"
S = "${WORKDIR}"


do_install () {
	install -d ${D}${bindir}
	install -m 0755 slugimage/slugimage ${D}${bindir}/
}