? Loading fortune...
core/make_ext4fs/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=make_ext4fs
VERSION=git
RELEASE=1
SOURCE="https://github.com/iglunix/make_ext4fs"
build() {
make CC="cc -static" -j"$NPROC"
mkdir -p $PKG$PREFIX/bin || die "make bindir failed"
cp make_ext4fs $PKG$PREFIX/bin/make_ext4fs || die "install failed"
}
. ${0%/*}/../../libsh/libdmake.sh