package.mk/Makefile

18 lines
307 B
Makefile
Raw Normal View History

2021-03-12 15:02:01 +01:00
name = xz
version = 5.2.4
URL = https://tukaani.org/xz/xz-$(version).tar.xz
patches = file1.patch file2.patch
2021-03-12 15:02:01 +01:00
# for test purposes
SYSCONF=.
include $(SYSCONF)/package.mk
# for test purposes
pre_configure:
@echo "PRECONFIGURATON OVERRIDE"
.PHONY: # all clean distclean dist install uninstall help