multipipe: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:33:06 +00:00
parent 5f954c5a4b
commit ed6015c956
3 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/multipipe

View File

@ -1 +0,0 @@
5d7b116585cb9172895a9f7031f099cd multipipe-1.0.tgz

View File

@ -1,17 +0,0 @@
# 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
}