First pass of .oe cleanups.
[openembedded.git] / libid3tag / libid3tag_0.15.0b.oe
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Greg Gilbert <greg@treke.net>"
4 RDEPENDS = "libc6"
5 DEPENDS = "virtual/libc zlib"
6
7 SRC_URI =  ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz 
8 S = "${WORKDIR}/libid3tag-${PV}"
9
10 inherit autotools libtool
11
12 EXTRA_OECONF="-enable-speed --enable-shared --enable-static"