From 7cebade60d362d567eceb25ab6a5831643854bc5 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 23:48:04 +0000 Subject: moved libpipeline to use static package --- repo/system/libpipeline.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index f01250c..12420b7 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -3,11 +3,11 @@ MAKEDEPS=(make ) DEPS=(glibc) -SOURCE=https://gitlab.com/cjwatson/libpipeline +PKG_VER=1.5.5 +SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way" build () { - ./bootstrap ./configure --prefix=/usr make } -- cgit v1.2.1