updated on Sun Jan 15 12:00:22 UTC 2012
[aur-mirror.git] / whatmp3 / PKGBUILD
blob01835b84f544e3ab64e6615d8c1d6f505c84f1d7
1 # Contributor: mutantmonkey <mutantmonkey@gmail.com>
2 pkgname=whatmp3
3 pkgver=3.5.1
4 pkgrel=1
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/"
7 arch=('any')
8 license=('MIT')
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')
17 package() {
18         cd ${srcdir}/${pkgname}-${pkgver}
19         install -D whatmp3 ${pkgdir}/usr/bin/whatmp3