17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'alsa-oss'
|
|
pkgname=alsa-oss
|
|
version=1.1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="alsa-lib-devel"
|
|
short_desc="OSS compatibility library for ALSA"
|
|
maintainer="KeepBotting <branon.mcclellan@gmail.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://alsa-project.org"
|
|
distfiles="ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${version}.tar.bz2"
|
|
checksum=c3d3f743e61f05ff95c5cba3b06bc9c91ff86c37495f1d19dab844e6b90845ea
|
|
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
*-musl) broken="Usage of gnu-specific libio.h";;
|
|
esac
|