1 # Contributor: Vithon <ratm@archlinux.us>
5 pkgdesc="Quelcom provides assorted tools to perform simple editing operations on MP3 and WAV audio files. These include fading, check-and-clean, informational extraction and lossless cutting and joining without reencoding."
7 url="http://packages.ubuntu.com/jaunty/sound/quelcom"
9 if [ `uname -m` = 'x86_64' ]; then
11 source=('http://mirrors.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-12_amd64.deb')
12 md5sums=('e3aa716adeadf54d41df65b9feac96ec')
13 elif [ `uname -m` = 'i686' ]; then
15 source=('http://mirrors.kernel.org/ubuntu/pool/universe/q/quelcom/quelcom_0.4.0-12_i386.deb')
16 md5sums=('8d9b54649a66e40ef3ca1475a11b014f')
23 bsdtar xf "${pkgname}_${pkgver}-${pkgrel}_${_arch}.deb" || return 1
24 bsdtar xf data.tar.gz -C $pkgdir || return 1