summaryrefslogtreecommitdiffstats
path: root/samba3-server/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'samba3-server/Pkgfile')
-rwxr-xr-xsamba3-server/Pkgfile14
1 files changed, 6 insertions, 8 deletions
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*
}
-