updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / marlin-dropbox-plugin-bzr / PKGBUILD
blob01eeb5407034cd7e46a3bbe2833271eadf139c47
1 # Maintainer: feuri
2 # Contributors: ammonkey
4 pkgname=marlin-dropbox-plugin-bzr
5 pkgver=16
6 pkgrel=1
7 pkgdesc="A Dropbox Plugin for Marlin"
8 arch=(i686 x86_64)
9 url=https://code.launchpad.net/~marlin-devs/marlin-plugin-dropbox/marlin-plugin-dropbox
10 license=(GPL3)
11 depends=(glib2 gtk3 libgee marlin-bzr)
12 makedepends=(bzr vala)
13 options=('!libtool' '!emptydirs')
15 _bzrtrunk=lp:marlin-plugin-dropbox
16 _bzrmod=dropbox-plugin
18 build()
20   bzr co ${_bzrtrunk} ${_bzrmod}
21   cd dropbox-plugin
22   mkdir build
23   cd build
24   cmake .. -DCMAKE_INSTALL_PREFIX=/usr
25   make
26   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install