summaryrefslogtreecommitdiffstats
path: root/extra/ortp/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-27 19:29:32 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-27 19:29:32 +0100
commitc3a86796db9afe55f716cea131dd9bf2f9adc21f (patch)
tree139c33c951b17cab8844a2e8d7824b7d9053f2c6 /extra/ortp/Pkgfile
parent2bf6cc3121f26838bcede966b915c9bf9067d501 (diff)
downloadnutyx-extra-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.gz
nutyx-extra-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.bz2
nutyx-extra-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.xz
nutyx-extra-c3a86796db9afe55f716cea131dd9bf2f9adc21f.zip
ortp, maj 0.16.4-1
Diffstat (limited to 'extra/ortp/Pkgfile')
-rw-r--r--extra/ortp/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/ortp/Pkgfile b/extra/ortp/Pkgfile
deleted file mode 100644
index b7743610b..000000000
--- a/extra/ortp/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}
-