summaryrefslogtreecommitdiffstats
path: root/testing/opensips-cp/APKBUILD
blob: 3d7ea8c72f5957cce0189e0d57a07e13b787a006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=opensips-cp
pkgver=2.0
pkgrel=0
pkgdesc="Web Control Panel Application for the OpenSIPS SIP server"
url="http://opensips-cp.sourceforge.net/"
license="GPL"
depends="php"
makedepends=""
install=
options="!strip"
#subpackages="$pkgname-doc $pkgname-dev"
source="http://downloads.sourceforge.net/$pkgname/${pkgname}_$pkgver.tgz"

build() {
	mkdir -p "$pkgdir"/usr/share/webapps
	cp -r "$srcdir"/$pkgname "$pkgdir"/usr/share/webapps/$pkgname
}

md5sums="c9b4f4476e231e0d64682c2b07c66965  opensips-cp_2.0.tgz"