summaryrefslogtreecommitdiffstats
path: root/ortp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ortp/Pkgfile')
-rw-r--r--ortp/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ortp/Pkgfile b/ortp/Pkgfile
new file mode 100644
index 000000000..6dae6b5cb
--- /dev/null
+++ b/ortp/Pkgfile
@@ -0,0 +1,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
+
+name=ortp
+version=0.16.4
+release=1
+source=(http://download.savannah.gnu.org/releases/linphone/ortp/sources/$name-$version.tar.gz)
+
+build () {
+
+ cd $name-$version
+
+ CFLAGS="-w" ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share
+}
+