1 # Maintainer: Suluc Ohmun <sulucohmun@gmail.com>
2 # Gnosis Linux build of nautilus-share patched for gnome 3.
3 # SOURCE: http://sites.google.com/site/gnosislinux/source/nautilus-share/nautilus-share-gnome3.tar.gz
7 pkgdesc="PATCHED FOR GNOME 3: Share Samba files & folders through the right click menu in Nautilus."
10 url="http://sites.google.com/site/gnosislinux/source/$pkgname--$pkgver/"
14 depends=('nautilus' 'libglade' 'samba' 'gnome-shell')
15 makedepends=('intltool')
16 backup=('etc/samba/smb.conf')
18 install=$pkgname-$pkgver.install
19 md5sums=('f210713b759c8f42631733f9a05ac314')
20 source=(http://sites.google.com/site/gnosislinux/source/$pkgname/$pkgname-$pkgver.tar.gz)
23 cd "$srcdir/$pkgname-$pkgver"
25 ./autogen.sh --prefix=/usr
30 cd "$srcdir/$pkgname-$pkgver"
32 make DESTDIR="$pkgdir/" install