diff options
author | p.osiczko@tetrapyloctomy.org <p.osiczko@tetrapyloctomy.org> | 2003-12-19 02:51:47 +0000 |
---|---|---|
committer | p.osiczko@tetrapyloctomy.org <p.osiczko@tetrapyloctomy.org> | 2003-12-19 02:51:47 +0000 |
commit | c497d55db705a753c4c24d1be1a4348515f1c55b (patch) | |
tree | 10ec8a5932f2b8eb1966ddbb5e48c04aac12db1a /tremor/tremor_20030325.oe | |
parent | 81c4d7610b72003b4cf587fd39b791b38d515d1c (diff) |
added libxine/modified tremor dependency
BKrev: 3fe267c3s8iez2LQOLtQ1RkWDYwcxg
Diffstat (limited to 'tremor/tremor_20030325.oe')
-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 |