CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rsync: updated source
[crossrootfs.git] / libpipeline / Pkgfile
CommitLineData
746c9fa9
VM
1# Description: A C library for manipulating pipelines of subprocesses in a flexible and convenient way
2# URL: http://libpipeline.nongnu.org/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=libpipeline
88fdbd2c 7version=1.5.0
746c9fa9
VM
8release=1
9source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
604572b1 15 --prefix=/usr
746c9fa9
VM
16 make
17 make DESTDIR=$PKG install
18}