updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / totem-sopcast / PKGBUILD
blobed62a22423568ff7b522d9dc33252279adec71b6
1 # Maintainer: kevku <kevku@msn.com>
2 # Contributor:Xiang Yixiang <lovelinux229-at-gmail-dot-com>
3 pkgname=totem-sopcast
4 pkgver=0.0.4
5 pkgrel=1
6 pkgdesc="sopcast browser for totem"
7 arch=("i686" "x86_64")
8 url="http://cgit.freedesktop.org/~jinghua/totem-sopcast/"
9 license=('GPL')
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')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   PYTHON=python2 ./configure --prefix=/usr
19   make
22 package(){
23   cd $srcdir/$pkgname-$pkgver
24   make DESTDIR=$pkgdir install