From 1b8d8682486a43071f968afc03d43aa1e27413b8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 16:41:14 +0000 Subject: added zip, cmake, asciidog and pkg-config --- repo/core/zip.xibuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/core/zip.xibuild (limited to 'repo/core/zip.xibuild') diff --git a/repo/core/zip.xibuild b/repo/core/zip.xibuild new file mode 100644 index 0000000..c94ffce --- /dev/null +++ b/repo/core/zip.xibuild @@ -0,0 +1,11 @@ +#!/bin/bash + +DEPS=(glibc bzip2) + +SOURCE=https://sourceforge.net/projects/infozip/files/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz/download +DESC="Compressor/archiver for creating and modifying zipfiles" + +build () { + make -f unix/Makefile generic + make DESTDIR=$PKG_DEST -f unix/Makefile install +} -- cgit v1.2.1