From: Marcin Juszkiewicz Date: Mon, 6 Sep 2004 11:24:55 +0000 (+0000) Subject: tremor_svn: set version string to OE standards X-Git-Tag: Release-2010-05/1~17369 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3678f9524522a78971088e6f77a8f23016cedd64;p=openembedded.git tremor_svn: set version string to OE standards BKrev: 413c4907-jhmSmvfZqNYWLy0GHOaoQ --- diff --git a/tremor/tremor_svn.oe b/tremor/tremor_svn.oe index e69de29bb2..9b776a9c4a 100644 --- a/tremor/tremor_svn.oe +++ b/tremor/tremor_svn.oe @@ -0,0 +1,26 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +DEPENDS = "libogg" +DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." +PV = "svn-${CVSDATE}" + +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor" + +S = "${WORKDIR}/Tremor" + +inherit autotools + +EXTRA_OECONF=" --enable-shared --disable-rpath " + +#do_configure_prepend() { +# ./autogen.sh +#} + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR}/tremor \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +}