CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
New port libpipeline 1.3.0
[crossrootfs.git] / libpipeline / Pkgfile
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
6 name=libpipeline
7 version=1.3.0
8 release=1
9 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 }