summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tremor/tremor_20030325.oe26
-rw-r--r--tremor/tremor_20040602.oe26
2 files changed, 52 insertions, 0 deletions
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 <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
index 0000000000..b02cd102f8
--- /dev/null
+++ b/tremor/tremor_20040602.oe
@@ -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}
+}