summaryrefslogtreecommitdiffstats
path: root/extra/ortp/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:54:48 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:54:48 +0200
commit55ba39a6f02a7405b0dac1149ea4347def4dc7db (patch)
tree1fd5bde72d94515d43c0ba4992d43e76220e7c58 /extra/ortp/Pkgfile
parent07ae43a721223ab35c2890b16ee0fd95a8a980b5 (diff)
downloadnutyx-extra-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.gz
nutyx-extra-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.bz2
nutyx-extra-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.xz
nutyx-extra-55ba39a6f02a7405b0dac1149ea4347def4dc7db.zip
ortp dans extra
Diffstat (limited to 'extra/ortp/Pkgfile')
-rw-r--r--extra/ortp/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/ortp/Pkgfile b/extra/ortp/Pkgfile
new file mode 100644
index 000000000..6dae6b5cb
--- /dev/null
+++ b/extra/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
+}
+