Magellan Linux

Contents of /trunk/extras/talloc/talloc-2.1.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30857 - (show annotations) (download)
Thu Apr 26 11:55:33 2018 UTC (6 years ago) by niro
File size: 759 byte(s)
auto added: ver bump to 2.1.13-r1
1 # $Id$
2
3 PNAME="talloc"
4 PVER="2.1.13"
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 #}