Magellan Linux

Contents of /trunk/extras/libsrtp/libsrtp-1.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1999 - (show annotations) (download)
Thu Jun 11 13:56:38 2009 UTC (14 years, 10 months ago) by niro
File size: 915 byte(s)
auto added: ver bump to 1.4.4-r1
1 # $Id$
2
3 PNAME="libsrtp"
4 PVER="1.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)"
11 HOMEPAGE="http://srtp.sourceforge.net/srtp.html"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME/lib/}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-shared.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME/lib/}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # build a shared lib
34 mpatch ${PNAME}-${PVER}-shared.patch || die
35 }
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 # stdout: default error output for messages in debug
42 # kernel-linux: breaks the build
43 # gdoi: disabled by upstream and breaks the build
44 mconfigure --enable-stdout --disable-kernel-linux --disable-gdoi --disable-debug || die
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id