17 lines
530 B
Bash
17 lines
530 B
Bash
# Template file for 'alsa-oss'
|
|
pkgname=alsa-oss
|
|
version=1.1.8
|
|
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=64adcef5927e848d2e024e64c4bf85b6f395964d9974ec61905ae4cb8d35d68e
|
|
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
*-musl) broken="Usage of gnu-specific libio.h";;
|
|
esac
|