5ab49765bfb919781d2109fb5fd1af1b5bec364e
[vuplus_openembedded] / tremor / tremor_svn.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Greg Gilbert <greg@treke.net>"
4 DEPENDS = "libogg"
5 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
6 PV = "svn-${CVSDATE}"
7 LICENSE = "BSD"
8
9 DEFAULT_PREFERENCE = "-1"
10
11 SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor"
12
13 S = "${WORKDIR}/Tremor"
14
15 inherit autotools
16
17 EXTRA_OECONF=" --enable-shared --disable-rpath  "
18
19 #do_configure_prepend() {
20 #    ./autogen.sh
21 #}
22
23 do_stage() {
24         oe_runmake install prefix=${STAGING_DIR} \
25                bindir=${STAGING_BINDIR} \
26                includedir=${STAGING_INCDIR}/tremor \
27                libdir=${STAGING_LIBDIR} \
28                datadir=${STAGING_DATADIR}
29 }