# $Id: PKGBUILD 60637 2011-12-15 22:59:25Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>

pkgname=sub2srt
pkgver=0.5.3
pkgrel=1
pkgdesc="A simple tool to convert 2 common subtitle formats to .srt format"
arch=('any')
url="http://www.robelix.com/sub2srt/"
license=('GPL')
depends=('perl')
source=(http://www.robelix.com/sub2srt/download/$pkgname-$pkgver.tar.gz)
md5sums=('ce2dd86b008ab61b70cd1f2ed6054a4b')

package() {
  cd "$srcdir/$pkgname-$pkgver"
  install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
}
