aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tremor
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-04-18 14:50:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-04-18 14:50:44 +0000
commit80834c5e042c77648f3f3b169314d0fe31502d08 (patch)
treefb1e52b12db02781b8100290bb648ba2309d0d2b /packages/tremor
parent87d0242c1d407161aaf820c25a9b4d04cb8df7c5 (diff)
downloadopenembedded-80834c5e042c77648f3f3b169314d0fe31502d08.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/04/18 16:50:34+02:00 uni-frankfurt.de!mickeyl remove ancient tremor and old mplayer trials BKrev: 4263c944GNWXIYovhNV9J7--YWh0Tw
Diffstat (limited to 'packages/tremor')
-rw-r--r--packages/tremor/tremor_20021126.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/tremor/tremor_20021126.bb b/packages/tremor/tremor_20021126.bb
deleted file mode 100644
index 614387bb31..0000000000
--- a/packages/tremor/tremor_20021126.bb
+++ /dev/null
@@ -1,27 +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}"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4120;proto=http"
-
-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}
-}