Magellan Linux

Contents of /branches/R11-unstable/extras/tevent/tevent-0.9.37-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32402 - (show annotations) (download)
Mon Apr 29 12:28:23 2019 UTC (4 years, 11 months ago) by niro
File size: 677 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="tevent"
4 PVER="0.9.37"
5 PBUILD="r2"
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 --disable-rpath --disable-rpath-install --bundled-libraries=NONE --builtin-libraries=replace || die
30 mmake || die
31 }