Magellan Linux

Annotation of /smage/trunk/extras/talloc/talloc-2.1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11794 - (hide annotations) (download)
Mon Jan 15 09:22:22 2018 UTC (6 years, 3 months ago) by niro
File size: 795 byte(s)
auto added: ver bump to 2.1.11-r1
1 niro 11794 # $Id$
2    
3     PNAME="talloc"
4     PVER="2.1.11"
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     >= dev-libs/libxslt-dev-1.1.26"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     msetfeature "!check"
20     sminclude multilib mbuild alx
21    
22     SRC_URI=(
23     http://www.samba.org/ftp/${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME} | highesttarball gz"
28    
29     src_compile()
30     {
31     mconfigure --disable-rpath --disable-rpath-install --enable-talloc-compat1 || die
32     mmake || die
33     }
34    
35     #src_check()
36     #{
37     # all-abis 'cd ${SRCDIR}-$(mabi); LD_LIBRARY_PATH=$(pwd)/bin/shared make -k check || die'
38     #}