mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Samba 3.0.32.
svn path=/nixpkgs/trunk/; revision=12716
This commit is contained in:
parent
74d72ee6bf
commit
bb45f8360f
@ -1,11 +1,11 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "samba-3.0.30";
|
||||
name = "samba-3.0.32";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.samba.org/samba/ftp/stable/samba-3.0.30.tar.gz;
|
||||
sha256 = "0lzs53424fblg9g6z3nsan3dxi3bnn5h4zs31ji2bavai4xrsy51";
|
||||
url = http://www.samba.org/samba/ftp/stable/samba-3.0.32.tar.gz;
|
||||
sha256 = "1mpc1w68c4sgpg6n58b6dqv0kzks6rjd9rxym72wbc2yx3h50zwa";
|
||||
};
|
||||
|
||||
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
|
||||
@ -18,17 +18,4 @@ stdenv.mkDerivation rec {
|
||||
--with-aio-support
|
||||
${if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else ""}
|
||||
'';
|
||||
|
||||
|
||||
# --datadir=$out/share
|
||||
|
||||
#postUnpack = "sourceRoot=\$sourceRoot/source";
|
||||
|
||||
#configFile = ./smb.conf;
|
||||
|
||||
#postInstall = ''
|
||||
# rm -rf $out/var
|
||||
# ln -s /var/samba $out/var
|
||||
# cp ${configFile} $out/lib/smb.conf
|
||||
#'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user