Another pass of .oe cleanups.
[vuplus_openembedded] / tremor / tremor_20030325.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Greg Gilbert <greg@treke.net>"
4 RDEPENDS = "libc6"
5 DEPENDS = "virtual/libc libogg"
6 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
7
8 SRC_URI = "cvs://anoncvs:anoncvs@xiph.org/usr/local/cvsroot;module=Tremor;date=${PV}"
9
10 S = "${WORKDIR}/Tremor"
11
12 inherit autotools
13
14 EXTRA_OECONF=" --enable-shared --disable-rpath  "
15
16 do_configure_prepend() {
17     ./autogen.sh
18 }
19
20 do_stage() {
21   oe_runmake install \
22     DESTDIR=${STAGING_DIR} \
23     includedir=/target/include/tremor \
24     libdir=/target/lib/tremor \
25     datadir=/share
26     prefix=''
27 }