Magellan Linux

Annotation of /branches/R11-unstable/extras/talloc/talloc-2.1.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32407 - (hide annotations) (download)
Mon Apr 29 12:28:55 2019 UTC (5 years ago) by niro
File size: 759 byte(s)
-release branches/R11-unstable
1 niro 31442 # $Id$
2    
3     PNAME="talloc"
4     PVER="2.1.14"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A hierarchical pool based memory allocator with destructors."
10     HOMEPAGE="http://talloc.samba.org/"
11    
12     DEPEND=">= dev-libs/libxslt-1.1.26"
13     SDEPEND=">= dev-lang/python-2.7"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     msetfeature "!check"
19     sminclude multilib mbuild
20    
21     SRC_URI=(
22     http://www.samba.org/ftp/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME} | highesttarball gz"
27    
28     src_compile()
29     {
30     mconfigure --disable-rpath --disable-rpath-install --enable-talloc-compat1 || die
31     mmake || die
32     }
33    
34     #src_check()
35     #{
36     # all-abis 'cd ${SRCDIR}-$(mabi); LD_LIBRARY_PATH=$(pwd)/bin/shared make -k check || die'
37     #}