diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-16 10:24:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-16 10:24:57 +0000 |
commit | 1fbe0e6d53c6f4623f8c7798faac564001eb30c2 (patch) | |
tree | 2e0632b8f55377238d6d05b6a890f1f805cde883 /tremor | |
parent | ede60a4a1a0357f304640ea30d9f511e0e7cf8a1 (diff) |
tremor snapshots: added LICENSE so they can reappear on treke source mirror
BKrev: 4199d579AM5i5GlDmh825L9EQPVEag
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 26 | ||||
-rw-r--r-- | tremor/tremor_20040602.oe | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe new file mode 100644 index 0000000000..b02cd102f8 --- /dev/null +++ b/tremor/tremor_20030325.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." +LICENSE = "BSD" + +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 new file mode 100644 index 0000000000..b02cd102f8 --- /dev/null +++ b/tremor/tremor_20040602.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." +LICENSE = "BSD" + +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} +} |