summaryrefslogtreecommitdiffstats
path: root/testing/sipvicious/APKBUILD
blob: 87b08988ae70557f8df3b0d0f0d04d187047b190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=sipvicious
pkgver=0.2.7
pkgrel=0
pkgdesc="Tools for auditing SIP based VoIP systems"
url="http://code.google.com/p/sipvicious/"
arch="noarch"
license="GPL2"
depends=""
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=""
source="http://sipvicious.googlecode.com/files/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	return 0
}

build() {
	cd "$_builddir"
	return 0
}

package() {
	cd "$_builddir"
	for file in *.py; do
		install -Dm 0755 $file "$pkgdir"/usr/bin/$file || return 1
	done
}

md5sums="a30c9865d3eac5518d5fd9ced25424f1  sipvicious-0.2.7.tar.gz"