]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - pkgs/toolchain/bzip2/bzip2.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / bzip2 / bzip2.nm
CommitLineData
166a6c21
MT
1
2include ../../core/bzip2/bzip2.nm
3
17c0ee8a 4define STAGE_BUILD
166a6c21 5 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
17c0ee8a 6endef
166a6c21 7
17c0ee8a 8define STAGE_INSTALL
166a6c21 9 cd $(DIR_APP) && make PREFIX=$(TOOLS_DIR) install
17c0ee8a 10endef