updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / sparkleshare / PKGBUILD
blob294c0f9b4f1b602da1ef3c827a39d26e025b42a5
2 pkgname=sparkleshare
3 pkgver=0.6.0
4 pkgrel=1
5 pkgdesc="An open-source clone of Dropbox, written in Mono"
6 arch=('i686' 'x86_64')
7 url="http://www.sparkleshare.org/"
8 license=('GPL3')
9 depends=('mono' 'gtk-sharp-2' 'ndesk-dbus' 'ndesk-dbus-glib' 'intltool' 'nant-nightly' 'webkit-sharp' 'notify-sharp-svn' 'xdg-utils' 'openssh')
10 options=('!libtool')
12 source=("https://github.com/downloads/hbons/SparkleShare/sparkleshare-$pkgver.tar.gz")
14 conflicts=(sparkleshare-git)
16 build() {
17     mkdir -p $pkgdir/usr/share/sparkleshare/html
18     mkdir -p $pkgdir/usr/share/sparkleshare/pixmaps
20     cd $srcdir/$pkgname-${pkgver//_/-}
22     ./configure --prefix=/usr
23     make || return 1
24     make -s DESTDIR=${pkgdir} install
26 md5sums=('186e51fed68a83f82b8c7b1c829968c7')