lamer: fixed stupid typo
[mirrors/Programs.git] / bash / lame-recoder / PKGBUILD
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=('a77180ca36dfb966df860541734f5474')
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 }
This page took 0.23348 seconds and 4 git commands to generate.