aboutsummaryrefslogtreecommitdiffstats
path: root/main/sipp/APKBUILD
blob: ba083c6620b66c832824b247f8b8146c47e129c3 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Robert Boisvert <rdboisvert@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=sipp
pkgver=3.3
pkgrel=9
pkgdesc="A test tool / traffic generator for the SIP protocol"
url="http://sipp.sourceforge.net/"
arch="all"
license="GPL2+"
depends=""
depends_dev=""
makedepends="linux-headers autoconf automake libressl-dev libpcap-dev ncurses-dev lksctp-tools-dev"
install=""
subpackages=""
source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
	fix-stdin.patch
	musl-fixes.patch
	"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$srcdir"/$pkgname-$pkgver
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
	autoreconf -ivf
}

build() {
	cd "$_builddir"
	./configure --prefix=/usr \
		--with-openssl \
		--with-pcap \
		--with-sctp \
		|| return 1
	make
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install
	mkdir -p "$pkgdir"/usr/share/"$pkgname"
	install -m444 -D pcap/* "$pkgdir"/usr/share/"$pkgname"/
}

md5sums="8c1d513423f9dabee799e738b737e311  sipp-3.3.tar.gz
887a871ffd6cfb9a831d59c9a69ac294  fix-stdin.patch
71ac59d3b54d211eca3bd9e07e74a880  musl-fixes.patch"
sha256sums="17fd02e6aa71d44a90c65e84a1aa39d3aa329990d4aa48e4fb4b895304dbc920  sipp-3.3.tar.gz
bba2f98200bddf3b2ea83afa43e5689b83af28003b29fd407c934d6831003230  fix-stdin.patch
d83fa627760551b698ed7f096446065345d8a5e7af375650844807690592e6f8  musl-fixes.patch"
sha512sums="ab42a71426ae381b9cd1f36e1d64d5c4bfccc1359973e1909f9e9d0ce3b3a4391056250371708b12be0e7de998e88b9224c9f307b1d2ce437942103b6ad10d2b  sipp-3.3.tar.gz
67c9382e6c29642b633bba418ce2ea331c258a682791bd1205e64f4592e8cee0353051e902a7a68879ca3a12000a7808505ffb5ef033b69a28bc1901a727e82e  fix-stdin.patch
8171a26361f3489580970a28aed9090ba50d6b62ea1552068c442275fe40b95794e0602a03c13976741d1ab7866047ff91760a15a6aeb32edc009ba5332f61c0  musl-fixes.patch"