tremor snapshots: added LICENSE so they can reappear on treke source mirror
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 16 Nov 2004 10:24:57 +0000 (10:24 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 16 Nov 2004 10:24:57 +0000 (10:24 +0000)
BKrev: 4199d579AM5i5GlDmh825L9EQPVEag

tremor/tremor_20030325.oe [new file with mode: 0644]
tremor/tremor_20040602.oe [new file with mode: 0644]

diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe
new file mode 100644 (file)
index 0000000..b02cd10
--- /dev/null
@@ -0,0 +1,26 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+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 (file)
index 0000000..b02cd10
--- /dev/null
@@ -0,0 +1,26 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+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}
+}