ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/xz/Makefile
Revision: 2
Committed: Sat Jun 20 15:48:41 2026 UTC (4 weeks, 3 days ago) by operz
File size: 567 byte(s)
Log Message:
Add bzip2, gzip, xz, lzip, libarchive, git package recipes

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 .DEFAULT_GOAL := all
3 NAME = xz
4 VERSION = 5.8.1
5 GARTYPE = v2
6
7 MASTER_SITES =
8 DYNURLS = https://github.com/tukaani-project/xz/releases/download/v$(VERSION)/$(DISTNAME).tar.gz
9 DISTFILES += $(DISTNAME).tar.gz
10 LICENSE = COPYING
11
12 PACKAGES += OZSWxz
13 SPKG_DESC_OZSWxz = XZ Utils: xz, lzma and related compression tools
14 CATALOGNAME_OZSWxz = xz
15
16 EXTENSIONS = 1
17
18 post-configure:
19 @find $(WORKSRC) -name "libtool" -type f -exec \
20 gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \;
21 @$(MAKECOOKIE)
22
23 include gar/category.mk