blob: e081fcec3a200a311e756744314c9dc18cafd93d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
pkg:setup
(buildpath/"make/config.txt").write <<~EOS
include make/unix.inc
ALL_TARGETS := core core-examples core-headers
PREFIX := #{prefix}
EOS
bin.mkpath
include.mkpath
lib.mkpath
make
make DESTDIR=${PKG_DEST} install
|