From 1d63cc2bd6725a4bc1ce15ae7a54ac2c99b93235 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:54:11 +0100 Subject: [PATCH] sndio recipe --- recipes/sndio/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/sndio/Makefile diff --git a/recipes/sndio/Makefile b/recipes/sndio/Makefile new file mode 100644 index 0000000..3909057 --- /dev/null +++ b/recipes/sndio/Makefile @@ -0,0 +1,15 @@ +name = sndio +version = 1.7.0 +URL = https://sndio.org/sndio-$(version).tar.gz + +ifeq (latest, true) +URL = https://sndio.org/sndio.tar.gz +endif + +# configure script doesn't accept wrong options. +# We must enter only valid options. +# Currently, we only want to configure the prefix. +CONFIGURE_OPTIONS = --prefix=$(PREFIX) + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk