From 3d389c25f6ebea6a5796730495f7d058bf4f23c2 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 3 Mar 2012 16:49:56 +0100 Subject: samba3-server 3.6.3-1 màj port (cherry picked from commit 72a08811d628be79ad4e5c462de84a24121c8f9e) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samba3-server/Pkgfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'samba3-server/Pkgfile') diff --git a/samba3-server/Pkgfile b/samba3-server/Pkgfile index 2cae0b7c8..4e7fd9499 100755 --- a/samba3-server/Pkgfile +++ b/samba3-server/Pkgfile @@ -6,22 +6,20 @@ # Run on: samba3 name=samba3-server -version=3.6.2 +version=3.6.3 release=1 -localname=samba -source=( http://us6.samba.org/samba/ftp/stable/$localname-$version.tar.gz\ - smb.conf) - +source=(http://us6.samba.org/samba/ftp/stable/samba-$version.tar.gz + smb.conf) build() { source /etc/blfs-bootscripts # wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xf $scripts-$scriptsversion.tar.bz2 cd $scripts-$scriptsversion make DESTDIR=$PKG install-samba make DESTDIR=$PKG install-winbind - cd ../$localname-$version/source3 + cd ../samba-$version/source3 PYTHON_VER=2.7 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ @@ -36,5 +34,5 @@ build() { install -v -m644 ../examples/smb.conf.default $PKG/etc/samba/smb.conf.default cp $SRC/smb.conf $PKG/etc/samba/ + rm -f $PKG/usr/share/man/man8/tdb* } - -- cgit v1.2.3-54-g00ecf