samba-3.6.0
svn path=/nixpkgs/trunk/; revision=28467
This commit is contained in:
parent
5996c749aa
commit
fc312485cf
1 changed files with 4 additions and 2 deletions
|
@ -21,11 +21,11 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "samba-3.5.8";
|
||||
name = "samba-3.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://us3.samba.org/samba/ftp/stable/${name}.tar.gz";
|
||||
sha256 = "15i7i0agcsrsq23d8pmbw5n9mbb76djiwjwgni9xijpd0ql3y7ik";
|
||||
sha256 = "0gzm09l75i95iibcxykc2h2m9haqx70jp1bpis1mhmvqwillbhg1";
|
||||
};
|
||||
|
||||
buildInputs = [ readline pam openldap popt iniparser libunwind fam acl cups ]
|
||||
|
@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
|
|||
# Need to use a DESTDIR because `make install' tries to write in /var and /etc.
|
||||
installFlags = "DESTDIR=$(TMPDIR)/inst";
|
||||
|
||||
stripAllList = [ "bin" "sbin" ];
|
||||
|
||||
postInstall =
|
||||
''
|
||||
mkdir -p $out
|
||||
|
|
Loading…
Reference in a new issue