summaryrefslogtreecommitdiff
path: root/packages/slugimage/slugimage.bb
blob: d00f5f21e68fb3ba66a4ad195f2a852a0c882ee3 (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}/
}