updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / pidgin-embeddedvideo-imageview / PKGBUILD
blobba444b0fe93e108d23daf4c560a922a4ef435d2c
1 pkgname=pidgin-embeddedvideo-imageview
2 pkgver=1.1
3 _rel=2
4 pkgrel=3
5 pkgdesc="Watch videos directly into your Pidgin conversation - with imageview support"
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://geekr.googlecode.com/files/pidgin-embeddedvideo-imageview.tar.gz)
14 md5sums=('515f05c7e57904dbed53aca1bb97a750')
16 build() {
17   cd $srcdir/$pkgname
18   ./configure --prefix=/usr
19   make
20   make DESTDIR=$pkgdir install || return 1