package.mk/Makefile

19 lines
319 B
Makefile
Raw Normal View History

2021-03-12 15:02:01 +01:00
name = xz
2021-03-15 02:13:38 +01:00
version = 5.2.5
2021-03-12 15:02:01 +01:00
URL = https://tukaani.org/xz/xz-$(version).tar.xz
patches = file1.patch file2.patch
2021-03-15 02:13:38 +01:00
conflicts =
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