updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / mlength / PKGBUILD
blobb7af7d1c97d1467417561e358f495d1e59e76003
1 # Maintainer: Arathis <d.bierfeld@googlemail.com>
2 # Contributor: Dirk Bierfeld <d.bierfeld@googlemail.com>
3 pkgname=mlength
4 pkgver=1.00
5 pkgrel=1
6 pkgdesc="Simple script for showing the length of multiple video/audio files in a nice colored console output."
7 arch=(i686 x86_64)
8 url="http://www.foo.org"
9 license=('GPL')
10 depends=('midentify')
11 source=(mlength)
12 md5sums=('6d8a7c6e8b25d454dbd6199424906109')
14 build() {
15         cd $srcdir
16         mkdir $pkgdir/usr $pkgdir/usr/bin
17         cp mlength $pkgdir/usr/bin
18         chmod a+x $pkgdir/usr/bin/mlength
19         return 0