From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] cifs-utils: new package cifs-utils 6.6 Date: Wed, 07 Sep 2016 12:23:24 +0000 Message-ID: <1473251004-17336-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8512877943672643776==" List-Id: --===============8512877943672643776== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This package is needed by sssd. Signed-off-by: Alexander Marx --- cifs-utils/cifs-utils.nm | 48 ++++++++++++++++++++++++++++++++++++++++++++++= ++ 1 file changed, 48 insertions(+) create mode 100644 cifs-utils/cifs-utils.nm diff --git a/cifs-utils/cifs-utils.nm b/cifs-utils/cifs-utils.nm new file mode 100644 index 0000000..0c68daf --- /dev/null +++ b/cifs-utils/cifs-utils.nm @@ -0,0 +1,48 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D cifs-utils +version =3D 6.6 +release =3D 1 + +groups =3D System/Tools +url =3D https://wiki.samba.org/index.php/LinuxCIFS_utils +license =3D GNU GENERAL PUBLIC LICENSE +summary =3D A utility for the Common Internet File System + +description + This package of tools is called cifs-utils. + Although not really part of Samba proper, these tools were originally part = of the Samba package. + For several reasons, shipping these tools as part of Samba was problematic = and it was deemed better to split them off into their own package. +end + +source_dl =3D http://download.samba.org/pub/linux-cifs/cifs-utils/ +sources =3D %{thisapp}.tar.bz2 + +build + requires + + end + + configure_options +=3D \ + + test + make check + end +end + +packages + package %{name} + groups +=3D Base Build + end + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.6.3 --===============8512877943672643776==--