updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / acidrain / PKGBUILD
blob075f0db2658477f097da9220aafe9f41b03e219e
1 # Contributor : Francois Boulogne <fboulogne@april.org>
2 # Maintainer : Francois Boulogne <fboulogne@april.org>
4 pkgname=acidrain
5 pkgver=0.4.1
6 pkgrel=2
7 arch=('i686' 'x86_64')
8 pkgdesc="Synchronize files between computers and keep a history of changes in them"
9 url="http://myacidrain.com"
10 license=("GPL3")
11 depends=()
12 makedepends=()
13 source=("http://myacidrain.com/sites/www.myacidrain.com/files/acidrain-${pkgver}.tgz")
14 md5sums=('73f2f03ede201388b2a304116f2c2604')
16 build() {
17   cd acidrain-${pkgver}
18   qmake
19   make
20   make install INSTALL_ROOT=%${pkgdir}