3
0
Fork 0
forked from mirrors/nixpkgs

* Samba 3.2.4.

svn path=/nixpkgs/trunk/; revision=13216
This commit is contained in:
Eelco Dolstra 2008-11-07 13:05:05 +00:00
parent 1fd394d0d4
commit 2211a319e4

View file

@ -1,17 +1,24 @@
args: with args;
{ stdenv, fetchurl, readline, pam, openldap, kerberos, popt
, iniparser, libunwind, fam, acl
}:
stdenv.mkDerivation rec {
name = "samba-3.0.32";
name = "samba-3.2.4";
src = fetchurl {
url = http://www.samba.org/samba/ftp/stable/samba-3.0.32.tar.gz;
sha256 = "1mpc1w68c4sgpg6n58b6dqv0kzks6rjd9rxym72wbc2yx3h50zwa";
url = http://us3.samba.org/samba/ftp/stable/samba-3.2.4.tar.gz;
sha256 = "1srypwpmfhw30kd7zdv7q2dpdjlzdwb28lc34z1dnls4wbpaapm8";
};
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam acl];
preConfigure = "cd source";
# Provide a dummy smb.conf to shut up programs like smbclient and smbspool.
postInstall = ''
touch $out/lib/smb.conf
'';
configureFlags = ''
--with-pam
--with-smbmount