Merges.
[vuplus_openembedded] / alsa-oss / alsa-oss_1.0.4.oe
1 DESCRIPTION = "Alsa OSS Compatibility Package"
2 MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
3 LICENSE = "GPL"
4 DEPENDS = "virtual/libc alsa-lib"
5
6 SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
7            file://configure.patch;patch=1 \
8            file://m4.patch;patch=1"
9
10 inherit autotools 
11
12 do_configure_prepend () {
13         touch NEWS README AUTHORS ChangeLog
14 }
15
16 do_stage () {
17         oe_libinstall -C alsa -a -so libaoss ${STAGING_LIBDIR}
18         oe_libinstall -C alsa -a -so libalsatoss ${STAGING_LIBDIR}
19 }