Magellan Linux

Contents of /smage/trunk/core/talloc/talloc-2.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1588 - (show annotations) (download)
Thu Mar 3 14:37:43 2011 UTC (13 years, 2 months ago) by niro
File size: 574 byte(s)
-moved to 'core'
1 # $Id$
2
3 PNAME="talloc"
4 PVER="2.0.5"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-libs"
8 STATE="unstable"
9
10 DESCRIPTION="talloc is a hierarchical, reference counted memory pool system with destructors."
11 HOMEPAGE="http://talloc.samba.org/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://samba.org/ftp/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://samba.org/ftp/talloc/ | lasttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --disable-python || die
32 mmake || die
33 }