blob: 6fb9dccae7c124b1b94885570130640961eef8f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc libid3tag
SRC_URI = ftp://ftp.mars.org/pub/mpeg/libmad-0.15.0b.tar.gz
S=${WORKDIR}/libmad-${PV}
inherit autotools libtool
EXTRA_OECONF="-enable-speed --enable-shared"
do_configure_prepend () {
# damn picky automake...
touch NEWS AUTHORS ChangeLog
}
|