aboutsummaryrefslogtreecommitdiffstats
path: root/community/ortp
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:56:39 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 09:56:39 +0000
commit7af3b9486386653cf9136d0757246095aef9366d (patch)
treed40c6f36365ba1cb0c7a0a1ebe6e871d9feef8ac /community/ortp
parent32ee7c5bc2a3603dd140d4c921cd5f37184b31ef (diff)
downloadaports-7af3b9486386653cf9136d0757246095aef9366d.tar.bz2
aports-7af3b9486386653cf9136d0757246095aef9366d.tar.xz
community/ortp: moved from testing
Diffstat (limited to 'community/ortp')
-rw-r--r--community/ortp/APKBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/ortp/APKBUILD b/community/ortp/APKBUILD
new file mode 100644
index 0000000000..70e32e2421
--- /dev/null
+++ b/community/ortp/APKBUILD
@@ -0,0 +1,29 @@
+# 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::http://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"