updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / synce-trayicon / PKGBUILD
blob49e9ddc6df862f25e1f049a875cc477982d86447
1 # Maintainer: Jon Sturm <jasturm002@aol.com>
2 # Contributor: Maciej Samolej <mcoilpol@gmail.com>
3 pkgname=synce-trayicon
4 pkgver=0.15
5 pkgrel=2
6 pkgdesc="SynCE trayicon for GNOME and other GTK+ environments"
7 arch=('i686' 'x86_64')
8 url="http://synce.sourceforge.net/"
9 license=('GPL')
10 depends=('synce-gvfs' 'orange' 'dynamite' 'synce-sync-engine')
11 optdepends=('synce-hal: the best method to actually connect to the device')
12 replaces=('synce-gnome')
13 source=(http://dl.sourceforge.net/sourceforge/synce/$pkgname-$pkgver.tar.gz)
14 md5sums=('a37ea06e7ea3470097836c6ab9f6c1c9')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver/
18   ./configure --prefix=/usr --sysconfdir=/etc
19   make || return 1
20   make DESTDIR="${pkgdir}" install || return 1