# Maintainer: Florian Pritz # Contributor: Andrea Scarpino # Contributor: Marcin Kaczorek pkgname=gadmin-samba pkgver=0.2.9 pkgrel=1 pkgdesc="An easy to use GTK+ frontend for the SAMBA file and print server" url="http://gadmintools.flippedweb.com/index.php?option=com_content&task=view&id=16&Itemid=30" arch=('i686' 'x86_64') license=('GPL') depends=('gtk2' 'samba') replaces=('gsambad') install=${pkgname}.install source=("http://mange.dynalias.org/linux/${pkgname}/${pkgname}-${pkgver}.tar.gz" "makefile.patch") options=(!emptydirs) build() { cd ${srcdir}/${pkgname}-${pkgver} patch -p0 < ${srcdir}/makefile.patch ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --sbindir=/usr/sbin make || return 1 make DESTDIR=${pkgdir} install install -D -m644 desktop/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop } md5sums=('9902f6aff533367e5f62caa9fc383d9b' '23582cbe1716d3683b96987547fa7724') sha1sums=('0c4f1c2f6ca0dd71579d661c07ef3abaafc9dc76' 'a2c7b7d0e5d8080a8adb11d41466253cbc63be43')