Commit | Line | Data |
---|---|---|
21c4e167 H |
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=('a5e73a9c46c913852dc327c067c2e09c') | |
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 | } |