diff options
Diffstat (limited to 'packages/tremor/tremor_20021126.bb')
-rw-r--r-- | packages/tremor/tremor_20021126.bb | 27 |
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} -} |