]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sdcc/sdcc_2.5.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sdcc / sdcc_2.5.0.bb
1 DESCRIPTION= "SDCC - Small Device C Compiler"
2 LICENSE = "GPL"
3 SECTION = "devel"
4 HOMEPAGE = "http://sdcc.sourceforge.net"
5 PR = "r0"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz"
8 S = "${WORKDIR}/sdcc"
9
10 PARALLEL_MAKE = ""
11
12 inherit autotools
13
14 do_configure() {
15         gnu-configize
16         oe_runconf
17 }
18