From 488c95cb4f40113626de74702458430aaf4120f5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 12:27:13 +0000 Subject: added icecream-sundae --- repo/skip/icecream.xibuild | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 repo/skip/icecream.xibuild (limited to 'repo/skip/icecream.xibuild') diff --git a/repo/skip/icecream.xibuild b/repo/skip/icecream.xibuild deleted file mode 100644 index 2fa9875..0000000 --- a/repo/skip/icecream.xibuild +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -MAKEDEPS=(python make ) -DEPS=(gcc python libcap-ng lzo libarchive) - -SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz - -DESC="A build distribution service based on distcc" - - -build () { - ./configure --prefix=/usr - make -} - - -package () { - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1