Magellan Linux

Contents of /smage/trunk/deprecated/talloc/talloc-2.1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11795 - (show annotations) (download)
Mon Jan 15 09:32:28 2018 UTC (6 years, 3 months ago) by niro
File size: 795 byte(s)
-moved to 'deprecated'
1 # $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 #}