From 1084afc3c4d9c83e61620de60ba59a4393a33cb0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 20 Apr 2022 22:40:49 +0000 Subject: fixed create to work within env --- skip/alsa-oss.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 skip/alsa-oss.xibuild (limited to 'skip/alsa-oss.xibuild') diff --git a/skip/alsa-oss.xibuild b/skip/alsa-oss.xibuild new file mode 100644 index 0000000..48d9672 --- /dev/null +++ b/skip/alsa-oss.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="alsa-lib musl-legacy-compat" + +DESC="OSS compatibility library" + +PKG_VER=1.1.8 +SOURCE=https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-$PKG_VER.tar.bz2 + +build () { + ./configure --disable-static && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1