aboutsummaryrefslogtreecommitdiffstats
path: root/tremor/tremor_20030402.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/tremor_20030402.oe')
-rw-r--r--tremor/tremor_20030402.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/tremor/tremor_20030402.oe b/tremor/tremor_20030402.oe
deleted file mode 100644
index 545def3ad2..0000000000
--- a/tremor/tremor_20030402.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-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"
-CVSDATE = "${PV}"
-PR = "r1"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573"
-
-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}
-}