eth0s/ports/core/libpipeline/Pkgfile

19 lines
539 B
Text
Raw Normal View History

# Description: A library for manipulating pipelines of subprocesses in a flexible and convenient way
# URL: http://libpipeline.nongnu.org/
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=libpipeline
2020-11-13 13:58:01 +08:00
version=1.5.3
release=1
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
[ -d /tools ] && export PKG_CONFIG_PATH=/tools/lib/pkgconfig
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}