updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / google-music-frame-bzr / PKGBUILD
blob6e4c6bf201c7b5132ada7afcacbbc204f713d79a
1 # Contributor: Ray Rashif <schivmeister@gmail.com>
3 pkgname=google-music-frame-bzr
4 pkgver=20110920
5 pkgrel=5
6 pkgdesc="Google Music Frame"
7 arch=(i686 x86_64)
8 url="https://launchpad.net/google-music-frame"
9 license=('GPLv3')
10 depends=()
11 makedepends=('bzr' 'glib2' 'libgee' 'libsoup' 'gtk2' 'libwebkit' 'python2' 'vala' 'libnotify' 'libx11' 'libunique')
12 provides=()
13 conflicts=()
14 optdepends=('gnome-shell-extension-mediaplayer-git: Gnome Shell integration')
15 replaces=('google-music-frame-git')
16 options=()
17 source=()
18 md5sums=()
19 install=google-music-frame-bzr.install
21 build() {
22   bzr branch lp:google-music-frame
23   cd google-music-frame
25   python2 ./waf configure --prefix=/usr
26   python2 ./waf build $MAKEFLAGS || return 1
27   python2 ./waf install --destdir="$pkgdir"