1 # Maintainer: Blaž Tomažič <blaz.tomazic@gmail.com>
7 pkgdesc="Command-line program for searching and downloading the right subtitles for movies"
9 url="http://github.com/blazt/submarine"
11 depends=('glib2' 'libgee' 'libsoup' 'libarchive')
13 source=("submarine-$pkgver.tar.gz::http://github.com/blazt/$pkgname/tarball/$pkgver")
14 md5sums=('555d81b5b47213557c8ae30fb7ae6fec')
17 cd "$srcdir/$_user-$pkgname-$_commit"
20 ./configure --prefix=/usr
25 cd "$srcdir/$_user-$pkgname-$_commit"
27 make DESTDIR="$pkgdir/" install
30 # vim:set ts=2 sw=2 et: