1 # Maintainer: Maskawanian <aur@cryingwolf.org>
5 pkgdesc="Script to convert ALAC to FLAC."
7 depends=('php' 'libmp4v2' 'mplayer' 'flac')
8 license=('custom:cc-by-nc-sa')
9 url=('http://www.slello.com')
11 md5sums=('912f192474b3795fe8e5c4d49d7d1447')
14 cd ${startdir}/pkg || return 1
15 mkdir -p usr/bin || return 1
16 cd usr/bin || return 1
17 cp ${startdir}/alac2flac .