Magellan Linux

Annotation of /branches/magellan-0_10_0/extras/ortp/ortp-0.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (hide annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 8 months ago) by niro
File size: 1136 byte(s)
created branch 'magellan-0_10_0'
1 niro 2003 # $Id$
2    
3     PNAME="ortp"
4     PVER="0.16.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="ortp, a Real-time Transport Protocol (RTP,RFC3550) library."
11     HOMEPAGE="http://www.linphone.org/index.php/eng/code_review/ortp/"
12    
13     DEPEND=">= net-libs/libsrtp
14     >= dev-libs/openssl-0.9.8"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22 niro 2004 http://mirrors.zerg.biz/nongnu/linphone/ortp/sources/${SRCFILE}
23 niro 2003 mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd 'http://mirrors.zerg.biz/nongnu/linphone/ortp/sources/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # do not build docs
34     sed -i 's:test $DOXYGEN != ::' configure || die
35    
36     # do not build examples
37     sed -i 's:SUBDIRS = . tests:SUBDIRS = .:' src/Makefile.in || die
38     }
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     mconfigure \
45     --docdir=/usr/share/doc/${PNAME}-${PVER} \
46     --disable-memcheck \
47     --disable-mode64bit \
48     --disable-strict \
49     --disable-dependency-tracking \
50     --disable-debug \
51     --enable-fast-install \
52     --enable-libtool-lock \
53     --enable-ipv6 \
54     || die
55    
56     mmake || die
57     }

Properties

Name Value
svn:keywords Id