aboutsummaryrefslogtreecommitdiffstats
path: root/tremor/tremor_svn.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tremor/tremor_svn.oe')
-rw-r--r--tremor/tremor_svn.oe29
1 files changed, 0 insertions, 29 deletions
diff --git a/tremor/tremor_svn.oe b/tremor/tremor_svn.oe
deleted file mode 100644
index 5ab49765bf..0000000000
--- a/tremor/tremor_svn.oe
+++ /dev/null
@@ -1,29 +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."
-PV = "svn-${CVSDATE}"
-LICENSE = "BSD"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor"
-
-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}
-}