diff options
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index e69de29bb2..ed08c2870c 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -0,0 +1,26 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="Greg Gilbert <greg@treke.net>" +RDEPENDS="libc6" +DEPENDS=virtual/libc libogg + +SRC_URI="cvs://anoncvs:anoncvs@xiph.org/usr/local/cvsroot;module=Tremor;date=20030325" + +S=${WORKDIR}/Tremor + +inherit autotools + +EXTRA_OECONF=" --enable-shared --disable-rpath " + +do_configure_prepend() { + ./autogen.sh +} + +do_stage() { + oe_runmake install \ + DESTDIR=${STAGING_DIR} \ + includedir=/target/include/tremor \ + libdir=/target/lib/tremor \ + datadir=/share + prefix='' +}
\ No newline at end of file |