summaryrefslogtreecommitdiff
path: root/packages/slugimage/slugimage.bb
blob: 9bcc692fe7d0d19a27ed236759a4d714bf93b288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# slugimage - normally built native, a perl script
SECTION = "console/utils"
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 = "NSLU2 Linux <www.nslu2-linux.org>"
PR = "r4"

RDEPENDS = "perl"

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

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