lamer: added piped find to sort, removed trailing whitespaces
[mirrors/Programs.git] / bash / lame-recoder / PKGBUILD
CommitLineData
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
5pkgname=lame-recursive
6pkgver=1.1
7pkgrel=1
8pkgdesc='Recursively (re-)encodes directories full of audiofiles using multiple CPUs'
9arch=('any')
10license=('GPL')
11url="http://aur.archlinux.org/packages.php?ID=35983"
12depends=('bash' 'lame')
13source=('lamer.bash')
42063e95 14md5sums=('bca80a816f4598f4afb917088f34d95b')
21c4e167
H
15
16build() {
17 mkdir -p ${pkgdir}/usr/bin
18 cp -f ${startdir}/lamer.bash ${pkgdir}/usr/bin/lamer
19 chmod -R 755 ${pkgdir}/
20}
This page took 0.16192 seconds and 4 git commands to generate.