* Samba 3.2.4.
svn path=/nixpkgs/trunk/; revision=13216
This commit is contained in:
parent
1fd394d0d4
commit
2211a319e4
@ -1,17 +1,24 @@
|
|||||||
args: with args;
|
{ stdenv, fetchurl, readline, pam, openldap, kerberos, popt
|
||||||
|
, iniparser, libunwind, fam, acl
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "samba-3.0.32";
|
name = "samba-3.2.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.samba.org/samba/ftp/stable/samba-3.0.32.tar.gz;
|
url = http://us3.samba.org/samba/ftp/stable/samba-3.2.4.tar.gz;
|
||||||
sha256 = "1mpc1w68c4sgpg6n58b6dqv0kzks6rjd9rxym72wbc2yx3h50zwa";
|
sha256 = "1srypwpmfhw30kd7zdv7q2dpdjlzdwb28lc34z1dnls4wbpaapm8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
|
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam acl];
|
||||||
|
|
||||||
preConfigure = "cd source";
|
preConfigure = "cd source";
|
||||||
|
|
||||||
|
# Provide a dummy smb.conf to shut up programs like smbclient and smbspool.
|
||||||
|
postInstall = ''
|
||||||
|
touch $out/lib/smb.conf
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-pam
|
--with-pam
|
||||||
--with-smbmount
|
--with-smbmount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user