From 153011e9129c6055ef21c48caf65a23e74a91418 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 15 Jan 2022 23:12:11 +0000 Subject: moved icecream to tip for now --- repo/core/icecream.xibuild | 18 ------------------ repo/tip/icecream.xibuild | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 repo/core/icecream.xibuild create mode 100644 repo/tip/icecream.xibuild diff --git a/repo/core/icecream.xibuild b/repo/core/icecream.xibuild deleted file mode 100644 index 19beab4..0000000 --- a/repo/core/icecream.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -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 -} diff --git a/repo/tip/icecream.xibuild b/repo/tip/icecream.xibuild new file mode 100644 index 0000000..19beab4 --- /dev/null +++ b/repo/tip/icecream.xibuild @@ -0,0 +1,18 @@ +#!/bin/bash + +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