diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:54:48 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:54:48 +0200 |
commit | 55ba39a6f02a7405b0dac1149ea4347def4dc7db (patch) | |
tree | 1fd5bde72d94515d43c0ba4992d43e76220e7c58 /base/ortp/Pkgfile | |
parent | 07ae43a721223ab35c2890b16ee0fd95a8a980b5 (diff) | |
download | nutyx-pakxe-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.gz nutyx-pakxe-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.bz2 nutyx-pakxe-55ba39a6f02a7405b0dac1149ea4347def4dc7db.tar.xz nutyx-pakxe-55ba39a6f02a7405b0dac1149ea4347def4dc7db.zip |
ortp dans extra
Diffstat (limited to 'base/ortp/Pkgfile')
-rw-r--r-- | base/ortp/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/base/ortp/Pkgfile b/base/ortp/Pkgfile deleted file mode 100644 index 6dae6b5cb..000000000 --- a/base/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 - -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 -} - |