]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/toolchain/findutils/findutils.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / findutils / findutils.nm
1
2 include ../../core/findutils/findutils.nm
3
4 define STAGE_BUILD
5 cd $(DIR_APP) && \
6 ./configure \
7 $(CONFIGURE_ARCH) \
8 --prefix=$(TOOLS_DIR) \
9 --libexecdir=$(TOOLS_DIR)/lib/findutils
10
11 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
12 endef
13
14 define STAGE_INSTALL
15 cd $(DIR_APP) && make install
16 endef