First pass of .oe cleanups.
[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 DEPENDS = "virtual/libc"
7
8 SRC_URI = http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \
9           file://${FILESDIR}/makefile.patch;patch=1
10
11 export AS="${TARGET_PREFIX}as"
12
13 do_compile() {
14         oe_runmake
15 }
16
17 do_install() {
18         install -d ${D}/${bindir}
19         cp shine ${D}/${bindir}/shine
20 }