updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / pidgin-embeddedvideo / PKGBUILD
bloba0f4fcc55e37c65ecf3e880eac570798da052dcd
1 pkgname=pidgin-embeddedvideo
2 pkgver=1.1
3 _rel=2
4 pkgrel=3
5 pkgdesc="Watch videos directly into your Pidgin conversation"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/pidgin-embeddedvideo/"
8 license=('GPL')
9 provides=('pidgin-embeddedvideo')
10 depends=('pidgin')
11 makedepends=('pidgin' 'glib2' 'libxml2' 'libwebkit' 'curl' 'flashplugin')
12 source=(http://pidgin-embeddedvideo.googlecode.com/files/$pkgname-$pkgver-$_rel.tar.gz)
14 md5sums=('889e0abb603fc90744aefc3c48b57883')
16 build() {
18         cd $srcdir/$pkgname
19         ./configure
20         make
21         make DESTDIR=$pkgdir install || return 1