diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-01 09:38:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-01 13:59:57 +0000 |
commit | 0b2dfa57adb670c99dcbb389e6e77f8025cabccc (patch) | |
tree | 807db204b0376f25a59236baf2ac6124dedd8e2a /community/ortp/APKBUILD | |
parent | 4dee62745e4b3967a246532cdb65ccf446e78566 (diff) | |
download | aports-0b2dfa57adb670c99dcbb389e6e77f8025cabccc.tar.bz2 aports-0b2dfa57adb670c99dcbb389e6e77f8025cabccc.tar.xz |
main/ortp: upgrade to 1.0.2, removed duplicate from community, modernized APKBUILD
needed by sngtc_client which is needed by Freeswitch
Diffstat (limited to 'community/ortp/APKBUILD')
-rw-r--r-- | community/ortp/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/ortp/APKBUILD b/community/ortp/APKBUILD deleted file mode 100644 index f3688030eb..0000000000 --- a/community/ortp/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=ortp -pkgver=0.25.0 -pkgrel=0 -pkgdesc="oRTP is a library implemeting Real-time Transport Protocol (RFC3550), licensed under LGPL" -url="http://www.linphone.org/technical-corner/ortp" -arch="all" -license="LGPL" -depends="" -makedepends="" -subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://download.savannah.gnu.org/releases/linphone/$pkgname/sources/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -build() { - cd "$builddir" - ./configure --prefix=/usr - make || return 1 -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -md5sums="f44b4ab2a8de32c19abfa584c4426f76 ortp-0.25.0.tar.gz" -sha256sums="0deb826b79b1fd329f7638821d5439dc343bc55bb122daa6c90d19116cfe8d9a ortp-0.25.0.tar.gz" -sha512sums="8e4ee626e644983d3839f5f0a300ba6781177f2b8d67c843270fc9db1486ee6c29baad4b95168021ac8cfb85f56adbfbc424e297a6ad3704071a01cf8871bef9 ortp-0.25.0.tar.gz" |