diff options
Diffstat (limited to 'tremor/tremor-20030325.oe')
-rw-r--r-- | tremor/tremor-20030325.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tremor/tremor-20030325.oe b/tremor/tremor-20030325.oe index e69de29bb2..1e90089b7e 100644 --- a/tremor/tremor-20030325.oe +++ b/tremor/tremor-20030325.oe @@ -0,0 +1,17 @@ +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 +} |