summaryrefslogtreecommitdiffstats
path: root/samba3-server/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-03 16:49:56 +0100
committerpiernov <piernov@piernov.org>2012-05-13 16:22:11 +0200
commit3d389c25f6ebea6a5796730495f7d058bf4f23c2 (patch)
treedca1c50e24567af6da6e00817257b544722d9c9f /samba3-server/Pkgfile
parent683245b631eec4342d60186dab931d63400e69af (diff)
downloadnutyx-extra-3d389c25f6ebea6a5796730495f7d058bf4f23c2.tar.gz
nutyx-extra-3d389c25f6ebea6a5796730495f7d058bf4f23c2.tar.bz2
nutyx-extra-3d389c25f6ebea6a5796730495f7d058bf4f23c2.tar.xz
nutyx-extra-3d389c25f6ebea6a5796730495f7d058bf4f23c2.zip
samba3-server 3.6.3-1 màj port
(cherry picked from commit 72a08811d628be79ad4e5c462de84a24121c8f9e)
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*
}
-