From: Marcin Juszkiewicz Date: Tue, 16 Nov 2004 10:24:57 +0000 (+0000) Subject: tremor snapshots: added LICENSE so they can reappear on treke source mirror X-Git-Tag: Release-2010-05/1~16205 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fbe0e6d53c6f4623f8c7798faac564001eb30c2;p=openembedded.git tremor snapshots: added LICENSE so they can reappear on treke source mirror BKrev: 4199d579AM5i5GlDmh825L9EQPVEag --- diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe new file mode 100644 index 0000000000..b02cd102f8 --- /dev/null +++ b/tremor/tremor_20030325.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." +LICENSE = "BSD" + +SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz" + +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} +} diff --git a/tremor/tremor_20040602.oe b/tremor/tremor_20040602.oe new file mode 100644 index 0000000000..b02cd102f8 --- /dev/null +++ b/tremor/tremor_20040602.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." +LICENSE = "BSD" + +SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz" + +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} +}