tremor_svn: set version string to OE standards
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 6 Sep 2004 11:24:55 +0000 (11:24 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 6 Sep 2004 11:24:55 +0000 (11:24 +0000)
BKrev: 413c4907-jhmSmvfZqNYWLy0GHOaoQ

tremor/tremor_svn.oe

index e69de29..9b776a9 100644 (file)
@@ -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}
+}