Magellan Linux

Contents of /trunk/extras/tevent/tevent-0.9.37-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31764 - (show annotations) (download)
Fri Dec 7 08:58:09 2018 UTC (5 years, 4 months ago) by niro
File size: 637 byte(s)
auto added: ver bump to 0.9.37-r1
1 # $Id$
2
3 PNAME="tevent"
4 PVER="0.9.37"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="An event system based on the talloc memory management library."
10 HOMEPAGE="https://tevent.samba.org/"
11
12 DEPEND=">= dev-libs/talloc-2.1"
13 SDEPEND=">= dev-lang/python-2.7"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib mbuild
19
20 SRC_URI=(
21 http://www.samba.org/ftp/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"
26
27 src_compile()
28 {
29 mconfigure --bundled-libraries=NONE --builtin-libraries=replace || die
30 mmake || die
31 }