diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 23:48:04 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 23:48:04 +0000 |
commit | 7cebade60d362d567eceb25ab6a5831643854bc5 (patch) | |
tree | 3c0dc3617847d682f9d83b341e5f6b176f908de9 /repo/system | |
parent | 7632bb8eb2b1cc4b8cd91484206b22ad3b5c3a56 (diff) |
moved libpipeline to use static package
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/libpipeline.xibuild | 4 |
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 } |