| 1 | # Contributor: Thomas Mudrunka <harvie@@email..cz> |
| 2 | # Maintainer: Thomas Mudrunka <harvie@@email..cz> |
| 3 | # You can also contact me on http://blog.harvie.cz/ |
| 4 | |
| 5 | pkgname=lame-recursive |
| 6 | pkgver=1.1 |
| 7 | pkgrel=1 |
| 8 | pkgdesc='Recursively (re-)encodes directories full of audiofiles using multiple CPUs' |
| 9 | arch=('any') |
| 10 | license=('GPL') |
| 11 | url="http://aur.archlinux.org/packages.php?ID=35983" |
| 12 | depends=('bash' 'lame') |
| 13 | source=('lamer.bash') |
| 14 | md5sums=('bca80a816f4598f4afb917088f34d95b') |
| 15 | |
| 16 | build() { |
| 17 | mkdir -p ${pkgdir}/usr/bin |
| 18 | cp -f ${startdir}/lamer.bash ${pkgdir}/usr/bin/lamer |
| 19 | chmod -R 755 ${pkgdir}/ |
| 20 | } |