Contents of /trunk/extras/ortp/ortp-0.16.1-r1.smage2
Parent Directory | Revision Log
Revision 3930 -
(show annotations)
(download)
Sat Nov 14 10:24:36 2009 UTC (14 years, 11 months ago) by niro
File size: 1136 byte(s)
Sat Nov 14 10:24:36 2009 UTC (14 years, 11 months ago) by niro
File size: 1136 byte(s)
auto added: ver bump to 0.16.1-r1
1 | # $Id$ |
2 | |
3 | PNAME="ortp" |
4 | PVER="0.16.1" |
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 | http://mirrors.zerg.biz/nongnu/linphone/ortp/sources/${SRCFILE} |
23 | 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 |