summaryrefslogtreecommitdiff
path: root/tremor
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2003-09-29 16:47:11 +0000
committerGreg Gilbert <greg@treke.net>2003-09-29 16:47:11 +0000
commit60fb4a80bf1aaa847a43bda5ef5d04eef978da12 (patch)
treec91a9f7a052e37ed9043ae5b08d0020b9f537058 /tremor
parent700586a5b931ba9fff906590792e4fdae1036230 (diff)
fixing depends
2003/09/29 09:40:15-07:00 treke.ath.cx!ggilbert Many files: Fixing depends. They should be space seperated, not comma seperated. 2003/09/28 13:43:35-07:00 treke.ath.cx!ggilbert Forgot the ncurses dependency for frotz BKrev: 3f78620fJasAxkrIK1Fr7z1A3qUYuQ
Diffstat (limited to 'tremor')
-rw-r--r--tremor/tremor-20030325.oe17
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
+}