diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:03:23 +1100 |
commit | dca6ea985b41392725664f0c3a76e23f1bf69682 (patch) | |
tree | 188051bf01a1897aa4df8238130681c8726240d8 /multimux | |
parent | 586de4fed3f2365589c3a460ab8c7d8f2a1645c7 (diff) | |
download | contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.gz contrib-dca6ea985b41392725664f0c3a76e23f1bf69682.tar.xz |
initial adding of ports from romsters repo
Diffstat (limited to 'multimux')
-rw-r--r-- | multimux/.footprint | 3 | ||||
-rw-r--r-- | multimux/.md5sum | 1 | ||||
-rw-r--r-- | multimux/Pkgfile | 17 | ||||
-rw-r--r-- | multimux/Pkgfile~ | 17 |
4 files changed, 38 insertions, 0 deletions
diff --git a/multimux/.footprint b/multimux/.footprint new file mode 100644 index 000000000..f12963dec --- /dev/null +++ b/multimux/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/multimux diff --git a/multimux/.md5sum b/multimux/.md5sum new file mode 100644 index 000000000..0fdb34fa3 --- /dev/null +++ b/multimux/.md5sum @@ -0,0 +1 @@ +a35002378fe941610d9fbe9fbe54216b multimux-0.2.4.tgz diff --git a/multimux/Pkgfile b/multimux/Pkgfile new file mode 100644 index 000000000..aa9cead0d --- /dev/null +++ b/multimux/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} + diff --git a/multimux/Pkgfile~ b/multimux/Pkgfile~ new file mode 100644 index 000000000..26684b8b8 --- /dev/null +++ b/multimux/Pkgfile~ @@ -0,0 +1,17 @@ +# $Id: +# 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@shortcircuit.net.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 +} |