summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tremor/tremor_20030325.oe25
-rw-r--r--tremor/tremor_20040602.oe25
-rw-r--r--tremor/tremor_svn.oe1
3 files changed, 1 insertions, 50 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe
deleted file mode 100644
index dd6d36c161..0000000000
--- a/tremor/tremor_20030325.oe
+++ /dev/null
@@ -1,25 +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."
-
-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
deleted file mode 100644
index dd6d36c161..0000000000
--- a/tremor/tremor_20040602.oe
+++ /dev/null
@@ -1,25 +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."
-
-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_svn.oe b/tremor/tremor_svn.oe
index a0eda77cf5..5ab49765bf 100644
--- a/tremor/tremor_svn.oe
+++ b/tremor/tremor_svn.oe
@@ -4,6 +4,7 @@ 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"