opt/multipipe/Pkgfile
2006-10-18 16:58:37 +00:00

18 lines
444 B
Plaintext

# Description: Simple command to split output into several parallel commands
# URL: http://multipipe.sourceforge.net/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=multipipe
version=1.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tgz)
build() {
cd $name-$version
sed -i "s/-g/$CFLAGS/g" Makefile
make
install -D -m 0755 $name $PKG/usr/bin/$name
}