File: ccrtp.list

package info (click to toggle)
libccrtp 2.0.9-4.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 4,472 kB
  • sloc: sh: 10,900; cpp: 9,590; ansic: 2,567; makefile: 134
file content (39 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Directories...
$prefix=/usr/local
$exec_prefix=${prefix}
$bindir=${exec_prefix}/bin
$confdir=${prefix}/etc
$docdir=/usr/local/doc
$mandir=${prefix}/share/man
$datadir=${prefix}/share
$libdir=${exec_prefix}/lib
$srcdir=.
$includedir=${prefix}/include
$infodir=${prefix}/share/info

# Product information
%product GNU C++ RTP Stack
%version 2.0.9 -100
%copyright 2004 Federico Montesino Pouzols & Open Source Telecom Corporation
%vendor Open Source Telecom Corp
%license COPYING
%readme README
%description A Common C++ class framework for RTP/RTCP
%requires commoncpp2 1.1 0 999.99.99p99 2147483647

d 0755 root root ${includedir}/ccrtp -
f 0644 root root ${includedir}/ccrtp src/ccrtp/*.h
f 0644 root root ${libdir} ./src/*.la
f 0644 root root ${libdir} ./src/.libs/*.a
%system darwin
f 0644 root root ${libdir} ./src/.libs/libccrtp1-2.0.9.dylib
l 0644 root root ${libdir}/libccrtp1.dylib libccrtp1-2.0.9.dylib
l 0644 root root ${libdir}/libccrtp1.dylib-2.0.9.2.0.dylib libccrtp1-2.0.9.dylib
%system freebsd
f 0644 root root ${libdir} ./src/.libs/libccrtp1-.so.*
%system linux solaris
f 0644 root root ${libdir} ./src/.libs/libccrtp1-.so.*.*.*
%system linux freebsd
%postinstall /sbin/ldconfig
%postremove /sbin/ldconfig
%system all