PKGBUILDs/community/multimux/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
624 B
Bash

# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
# Contributor: Shadowhand <woody.gilk@gmail.com>
pkgname=multimux
pkgver=0.2.5.1
pkgrel=1
pkgdesc="Combines up to 8 audio mono wave channels into one big multi channel wave file"
url="http://panteltje.com/panteltje/dvd/"
license=('GPL')
arch=('i686' 'x86_64')
depends=()
source=(http://panteltje.com/panteltje/dvd/$pkgname-$pkgver.tgz)
md5sums=('1015e9bb2dab6d6ee6a93cf8fd61bb0a')
build() {
cd $startdir/src/$pkgname-$pkgver
mkdir -p $startdir/pkg/usr/bin
sed -i "s|/usr/local/bin|${startdir}/pkg/usr/bin|g" Makefile
make || return 1
make install
}