10 lines
198 B
Makefile
10 lines
198 B
Makefile
name = musl-fts
|
|
version = 1.2.7
|
|
URL = https://github.com/void-linux/musl-fts/archive/v$(version).tar.gz
|
|
|
|
SYSCONF ?= ../../
|
|
include $(SYSCONF)/package.mk
|
|
|
|
pre_configure:
|
|
cd $(bdir) ; ./bootstrap.sh
|