1 # Contributor: mutantmonkey <mutantmonkey@gmail.com>
5 pkgdesc="A small Python script that accepts a list of directories containing FLAC files as arguments and converts them to MP3 with the specified options. It can optionally create a torrent file."
6 url="http://logik.li/projects/whatmp3/"
9 depends=('python' 'mktorrent' 'flac' 'lame')
10 optdepends=('vorbis-tools: OGG Vorbis support'
11 'neroaacenc: AAC support'
12 'neroaactag: AAC support')
13 source=("http://logik.li/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('f3a71fe0b0d85df681f868e7ede871de')
15 sha256sums=('0dd9018e845c25fc7155394c2f08d3163f5f009db50d108364258d2cecdd1bad')
18 cd ${srcdir}/${pkgname}-${pkgver}
19 install -D whatmp3 ${pkgdir}/usr/bin/whatmp3