sndio recipe
This commit is contained in:
parent
d3cbc2ce36
commit
1d63cc2bd6
1 changed files with 15 additions and 0 deletions
15
recipes/sndio/Makefile
Normal file
15
recipes/sndio/Makefile
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue