diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 19:29:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 19:29:32 +0100 |
commit | c3a86796db9afe55f716cea131dd9bf2f9adc21f (patch) | |
tree | 139c33c951b17cab8844a2e8d7824b7d9053f2c6 | |
parent | 2bf6cc3121f26838bcede966b915c9bf9067d501 (diff) | |
download | nutyx-pakxe-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.gz nutyx-pakxe-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.bz2 nutyx-pakxe-c3a86796db9afe55f716cea131dd9bf2f9adc21f.tar.xz nutyx-pakxe-c3a86796db9afe55f716cea131dd9bf2f9adc21f.zip |
ortp, maj 0.16.4-1
-rw-r--r-- | base/ortp/.footprint.i686 (renamed from extra/ortp/.footprint.i686) | 0 | ||||
-rw-r--r-- | base/ortp/.footprint.x86_64 (renamed from extra/ortp/.footprint.x86_64) | 0 | ||||
-rw-r--r-- | base/ortp/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/ortp/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/ortp/Pkgfile (renamed from extra/ortp/Pkgfile) | 8 | ||||
-rw-r--r-- | extra/ortp/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/ortp/.md5sum.x86_64 | 1 |
7 files changed, 6 insertions, 6 deletions
diff --git a/extra/ortp/.footprint.i686 b/base/ortp/.footprint.i686 index 9108af933..9108af933 100644 --- a/extra/ortp/.footprint.i686 +++ b/base/ortp/.footprint.i686 diff --git a/extra/ortp/.footprint.x86_64 b/base/ortp/.footprint.x86_64 index 9108af933..9108af933 100644 --- a/extra/ortp/.footprint.x86_64 +++ b/base/ortp/.footprint.x86_64 diff --git a/base/ortp/.md5sum.i686 b/base/ortp/.md5sum.i686 new file mode 100644 index 000000000..521654d88 --- /dev/null +++ b/base/ortp/.md5sum.i686 @@ -0,0 +1 @@ +0f0f7acf7e62c0f5ade44f2915458a99 ortp-0.16.4.tar.gz diff --git a/base/ortp/.md5sum.x86_64 b/base/ortp/.md5sum.x86_64 new file mode 100644 index 000000000..521654d88 --- /dev/null +++ b/base/ortp/.md5sum.x86_64 @@ -0,0 +1 @@ +0f0f7acf7e62c0f5ade44f2915458a99 ortp-0.16.4.tar.gz diff --git a/extra/ortp/Pkgfile b/base/ortp/Pkgfile index b7743610b..6dae6b5cb 100644 --- a/extra/ortp/Pkgfile +++ b/base/ortp/Pkgfile @@ -2,17 +2,17 @@ # 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 +version=0.16.4 release=1 source=(http://download.savannah.gnu.org/releases/linphone/ortp/sources/$name-$version.tar.gz) build () { + cd $name-$version - ./configure --prefix=/usr + + CFLAGS="-w" ./configure --prefix=/usr make make DESTDIR=$PKG install rm -rf $PKG/usr/share diff --git a/extra/ortp/.md5sum.i686 b/extra/ortp/.md5sum.i686 deleted file mode 100644 index d891bd3d6..000000000 --- a/extra/ortp/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -caa6bebf049629cdc05ef34b9d4ee5e1 ortp-0.15.0.tar.gz diff --git a/extra/ortp/.md5sum.x86_64 b/extra/ortp/.md5sum.x86_64 deleted file mode 100644 index d891bd3d6..000000000 --- a/extra/ortp/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -caa6bebf049629cdc05ef34b9d4ee5e1 ortp-0.15.0.tar.gz |