From 3c3d31f0f9e94a8679e6f9e5f65322ca027a7c54 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 4 Jan 2022 14:43:57 +0000 Subject: edited util linux and added guile --- repo/core/gc.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/core/gc.xibuild (limited to 'repo/core/gc.xibuild') diff --git a/repo/core/gc.xibuild b/repo/core/gc.xibuild new file mode 100644 index 0000000..8afc436 --- /dev/null +++ b/repo/core/gc.xibuild @@ -0,0 +1,12 @@ +#!/bin/bash + +DEPS=(gcc-libs) + +SOURCE=https://www.hboehm.info/gc/gc_source/gc-8.2.0.tar.gz +DESC="A garbage collector for C and C++" + +build () { + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1