Magellan Linux

Contents of /branches/magellan-next/core/cifs-utils/cifs-utils-5.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9569 - (show annotations) (download)
Mon Dec 12 16:23:59 2011 UTC (12 years, 5 months ago) by niro
File size: 730 byte(s)
auto added: ver bump to 5.2-r1
1 # $Id$
2
3 PNAME="cifs-utils"
4 PVER="5.2"
5 PBUILD="r1"
6
7 PCATEGORIE="net-fs"
8
9 DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems."
10 HOMEPAGE="http://wiki.samba.org/index.php/LinuxCIFS_utils"
11
12 DEPEND=">= virtual/glibc
13 >= sys-libs/libcap-2.22"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://ftp.samba.org/pub/linux-cifs/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://ftp.samba.org/pub/linux-cifs/cifs-utils/ | lasttarball"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure \
32 --with-libcap-ng=no \
33 --with-libcap \
34 --disable-cifsupcall \
35 --disable-cifscred \
36 --disable-cifsidmap \
37 --disable-cifsacl \
38 || die
39
40 mmake || die
41 }