Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / comprec / comprec_0.01.oe
1 DESCRIPTION = "An MP3 command line encoder"
2 HOMEPAGE = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/index.html"
3 SECTION = "base"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6
7 SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
8            file://makefile.patch;patch=1"
9
10 export AS = "${TARGET_PREFIX}as"
11
12 do_compile() {
13         oe_runmake
14 }
15
16 do_install() {
17         install -d ${D}/${bindir}
18         install -m 0755 shine ${D}/${bindir}/shine
19 }