clearsilver: fix various build issues
[openembedded.git] / recipes / comprec / comprec_0.02.bb
blob3b0e858385b8cb1a89760cf29ee4437c1ccc3e9b
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"
7 SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
8 file://makefile.patch;patch=1"
10 export AS = "${TARGET_PREFIX}as"
12 do_compile() {
13 oe_runmake
16 do_install() {
17 install -d ${D}${bindir}
18 install -m 0755 shine ${D}${bindir}/shine