[arch-commits] CVS update of arch/build/network/smbclient (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Sep 11 21:23:04 UTC 2007


    Date: Tuesday, September 11, 2007 @ 17:23:04
  Author: tpowa
    Path: /home/cvs-arch/arch/build/network/smbclient

Modified: PKGBUILD (1.23 -> 1.24)

'upgpkg: update to new version'


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: arch/build/network/smbclient/PKGBUILD
diff -u arch/build/network/smbclient/PKGBUILD:1.23 arch/build/network/smbclient/PKGBUILD:1.24
--- arch/build/network/smbclient/PKGBUILD:1.23	Tue Aug 21 15:15:38 2007
+++ arch/build/network/smbclient/PKGBUILD	Tue Sep 11 17:23:03 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.23 2007/08/21 19:15:38 tpowa Exp $
+# $Id: PKGBUILD,v 1.24 2007/09/11 21:23:03 tpowa Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=smbclient
-pkgver=3.0.25c
+pkgver=3.0.26a
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.0.25c
+_realver=3.0.26a
 pkgrel=1
 pkgdesc="Tools to access a server's filespace and printers via SMB"
 arch=(i686 x86_64)
@@ -13,14 +13,15 @@
 license=('GPL')
 depends=('popt' 'libldap' 'libcap' 'heimdal>=0.8.1' 'db>=4.5')
 source=(http://us1.samba.org/samba/ftp/samba-${_realver}.tar.gz)
-md5sums=('87950694270b86cbc1b2074cb53dd1aa')
+md5sums=('16b47e6add332e5ac4523fc88c381d06')
 
 build() {
   cd ${startdir}/src/samba-${_realver}/source
 
   ./configure --prefix=/usr --with-smbmount --with-fhs --with-pam \
               --with-datadir=/usr/share --with-configdir=/etc/samba \
-              --with-lockdir=/var/run/samba --with-ads
+              --with-lockdir=/var/run/samba --with-ads --with-acl-support \
+	      --localstatedir=/var
   make -j1 proto libsmbclient \
        bin/smbclient bin/rpcclient bin/smbspool bin/smbtree \
        bin/smbcacls bin/smbcquotas bin/smbmount bin/smbmnt bin/smbget \
@@ -53,4 +54,4 @@
     install -m644 ../docs/manpages/${man}.1 ${startdir}/pkg/usr/man/man1/
   done
   install -m644 ../docs/manpages/libsmbclient.7 ${startdir}/pkg/usr/man/man7/
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list