Another pass of .oe cleanups.
[vuplus_openembedded] / 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 DESCRIPTION = "Library for interacting with ID3 tags."
7
8 SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz "
9 S = "${WORKDIR}/libid3tag-${PV}"
10
11 inherit autotools libtool
12
13 EXTRA_OECONF = "-enable-speed"