From c25b6890891c7ef34e129c8c54efdf2993234aa0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:18:43 +0100 Subject: moved xibuilds to another repo --- xibuilds/zlib.xibuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 xibuilds/zlib.xibuild (limited to 'xibuilds/zlib.xibuild') diff --git a/xibuilds/zlib.xibuild b/xibuilds/zlib.xibuild deleted file mode 100644 index 426fdfe..0000000 --- a/xibuilds/zlib.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -DEPS=(glibc) - -SOURCE=https://github.com/madler/zlib -DESC="compression and decompression routines used by some programs" - - -build () { - ./configure --prefix=/usr - make - make check - make DESTDIR=$PKG_DEST install -} - -package () { - # Remove a useless static library (lfs recommended) - rm -fv $PKG_DEST/usr/lib/libz.a -} - -- cgit v1.2.1