]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/slugimage/slugimage.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / slugimage / slugimage.bb
1 SECTION = "unknown"
2 LICENSE = "BSD"
3 DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \
4 flash images for the Linksys NSLU2 device. It also has jffs2 support"
5 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
6 PR = "r3"
7
8 RDEPENDS = "perl-native"
9
10 SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/nslu;module=slugimage;tag=SLUGIMAGE_3_2"
11 S = "${WORKDIR}"
12
13
14 do_install () {
15         install -d ${D}${bindir}
16         install -m 0755 slugimage/slugimage ${D}${bindir}/
17 }