summaryrefslogtreecommitdiffstats
path: root/extra/ortp/Pkgfile
blob: b7743610b975cd7a8f4afeffa96b243d03bb04a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Protocol de transport en temps réel (SIP)
# URL: http://www.linphone.org/index.php/eng/code_review/ortp
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on :
# Run on:

name=ortp
version=0.15.0
release=1
source=(http://download.savannah.gnu.org/releases/linphone/ortp/sources/$name-$version.tar.gz)

build () {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share
}