yash recipe

master
Philippe Pittoli 2021-03-27 23:54:32 +01:00
parent 6c33169c7b
commit a4b55051c2
1 changed files with 8 additions and 0 deletions

8
recipes/yash/Makefile Normal file
View File

@ -0,0 +1,8 @@
name = yash
version = 2.51
URL = https://github.com/magicant/yash/releases/download/$(version)/yash-$(version).tar.gz
CONFIGURE_OPTIONS = --prefix=$(PREFIX) CFLAGS="-O2 -fPIC -D_POSIX_C_SOURCE"
SYSCONF ?= ../../
include $(SYSCONF)/package.mk