diff options
author | Greg Gilbert <greg@treke.net> | 2003-09-29 16:47:11 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2003-09-29 16:47:11 +0000 |
commit | 60fb4a80bf1aaa847a43bda5ef5d04eef978da12 (patch) | |
tree | c91a9f7a052e37ed9043ae5b08d0020b9f537058 /libid3tag | |
parent | 700586a5b931ba9fff906590792e4fdae1036230 (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 'libid3tag')
-rw-r--r-- | libid3tag/libid3tag-0.15.0b.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libid3tag/libid3tag-0.15.0b.oe b/libid3tag/libid3tag-0.15.0b.oe index e69de29bb2..f9b30b4a7e 100644 --- a/libid3tag/libid3tag-0.15.0b.oe +++ b/libid3tag/libid3tag-0.15.0b.oe @@ -0,0 +1,12 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="Greg Gilbert <greg@treke.net>" +RDEPENDS="libc6" +DEPENDS=virtual/libc zlib + +SRC_URI = ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz +S=${WORKDIR}/libid3tag-${PV} + +inherit autotools + +EXTRA_OECONF="-enable-speed --enable-shared" |