mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
26
meta-extras/packages/libmad/libmad_0.15.0b.bb
Normal file
26
meta-extras/packages/libmad/libmad_0.15.0b.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION = "MPEG Audio Decoder Library"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
||||
DEPENDS = "libid3tag"
|
||||
LICENSE = "GPL"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/libmad-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "-enable-speed --enable-shared"
|
||||
# The ASO's don't take any account of thumb...
|
||||
EXTRA_OECONF_append_thumb = " --disable-aso --enable-fpm=default"
|
||||
|
||||
do_configure_prepend () {
|
||||
# damn picky automake...
|
||||
touch NEWS AUTHORS ChangeLog
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -so libmad ${STAGING_LIBDIR}
|
||||
install -m 0644 mad.h ${STAGING_INCDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user