1 # Maintainer: kevku <kevku@msn.com>
2 # Contributor:Xiang Yixiang <lovelinux229-at-gmail-dot-com>
6 pkgdesc="sopcast browser for totem"
8 url="http://cgit.freedesktop.org/~jinghua/totem-sopcast/"
10 depends=('totem' 'gnome-python' 'gst-plugins-sopcast')
11 makedepends=('intltool')
12 source=("http://people.freedesktop.org/~jinghua/distfiles/$pkgname-$pkgver.tar.gz")
13 conflicts=('totem-sopcast-git')
14 md5sums=('f361970dce963ef349439d7caa4e386c')
17 cd $srcdir/$pkgname-$pkgver
18 PYTHON=python2 ./configure --prefix=/usr
23 cd $srcdir/$pkgname-$pkgver
24 make DESTDIR=$pkgdir install