Tremor:
authorHolger Freyther <zecke@selfish.org>
Mon, 15 Nov 2004 20:48:47 +0000 (20:48 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 15 Nov 2004 20:48:47 +0000 (20:48 +0000)
-Remove oe files that refer to sources not available anymore
-Add BSD license to _svn.oe

BKrev: 4199162fJ1I9GCLTW3uil3ulH9cliA

tremor/tremor_20030325.oe [deleted file]
tremor/tremor_20040602.oe [deleted file]
tremor/tremor_svn.oe

diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe
deleted file mode 100644 (file)
index dd6d36c..0000000
+++ /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 (file)
index dd6d36c..0000000
+++ /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}
-}
index a0eda77..5ab4976 100644 (file)
@@ -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"