summaryrefslogtreecommitdiff
path: root/tremor
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-06 11:24:55 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-06 11:24:55 +0000
commit3678f9524522a78971088e6f77a8f23016cedd64 (patch)
tree313af60cfdaf80e7d28a38d685694599174df270 /tremor
parent00d570eb298e0a28059eff1600ea441ae3da212e (diff)
tremor_svn: set version string to OE standards
BKrev: 413c4907-jhmSmvfZqNYWLy0GHOaoQ
Diffstat (limited to 'tremor')
-rw-r--r--tremor/tremor_svn.oe26
1 files changed, 26 insertions, 0 deletions
diff --git a/tremor/tremor_svn.oe b/tremor/tremor_svn.oe
index e69de29bb2..9b776a9c4a 100644
--- a/tremor/tremor_svn.oe
+++ b/tremor/tremor_svn.oe
@@ -0,0 +1,26 @@
+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}"
+
+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}
+}