From 1fbe0e6d53c6f4623f8c7798faac564001eb30c2 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 16 Nov 2004 10:24:57 +0000 Subject: tremor snapshots: added LICENSE so they can reappear on treke source mirror BKrev: 4199d579AM5i5GlDmh825L9EQPVEag --- tremor/tremor_20030325.oe | 26 ++++++++++++++++++++++++++ tremor/tremor_20040602.oe | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 tremor/tremor_20030325.oe create mode 100644 tremor/tremor_20040602.oe 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} +} -- cgit v1.2.3