core/libpipeline/Pkgfile
Juergen Daubert c3b7c47486 Merge branch '3.1' into 3.2
Conflicts:
	libpipeline/Pkgfile
	man-db/Pkgfile
	util-linux/.footprint
	util-linux/.md5sum
	util-linux/Pkgfile
2015-09-07 14:49:17 +02:00

16 lines
424 B
Plaintext

# Description: A C library for manipulating pipelines of subprocesses in a flexible and convenient way
# URL: http://libpipeline.nongnu.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libpipeline
version=1.4.1
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}