summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 23:48:04 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 23:48:04 +0000
commit7cebade60d362d567eceb25ab6a5831643854bc5 (patch)
tree3c0dc3617847d682f9d83b341e5f6b176f908de9
parent7632bb8eb2b1cc4b8cd91484206b22ad3b5c3a56 (diff)
moved libpipeline to use static package
-rw-r--r--repo/system/libpipeline.xibuild4
1 files 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
}