forked from ports/contrib
18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
# Description: Multipexes up to 8 mono channels into a multi channel wave file.
|
|
# URL: http://www.ibiblio.org/pub/linux/apps/video/
|
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
|
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
|
# Depends on:
|
|
|
|
name=multimux
|
|
version=0.2.4
|
|
release=1
|
|
source=(http://www.ibiblio.org/pub/linux/apps/video/multimux-$version.tgz)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
make
|
|
install -D -m755 -groot -oroot $name $PKG/usr/bin/$name
|
|
}
|
|
|