mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/sngrep: upgrade to 1.4.5
This commit is contained in:
parent
4067f644c7
commit
84116e5f8b
@ -1,36 +1,43 @@
|
|||||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=sngrep
|
pkgname=sngrep
|
||||||
pkgver=1.4.3
|
pkgver=1.4.5
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="A tool for displaying SIP call message flows from a terminal"
|
pkgdesc="A tool for displaying SIP call message flows from a terminal"
|
||||||
url="https://github.com/irontec/sngrep"
|
url="https://github.com/irontec/sngrep"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
depends="sed"
|
depends="sed"
|
||||||
makedepends="autoconf automake ncurses-dev libpcap-dev pcre-dev libressl-dev"
|
makedepends="autoconf automake ncurses-dev libpcap-dev
|
||||||
|
pcre-dev gnutls-dev libgcrypt-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.zip::https://github.com/irontec/$pkgname/archive/v$pkgver.zip"
|
source="$pkgname-$pkgver.zip::https://github.com/irontec/$pkgname/archive/v$pkgver.zip"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
check() {
|
prepare() {
|
||||||
|
default_prepare
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make check
|
./bootstrap.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./bootstrap.sh
|
./configure \
|
||||||
./configure --prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-openssl \
|
--with-gnutls \
|
||||||
--with-pcre \
|
--with-pcre \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="8eb9c4f4efd128803cbf01b211591d25c652aaac7f3346c9a8b3e0c4932b0c82e73508e6244acd78bfb6c55a0e2d9c86ad5c5642139e7e92f228a38acf093425 sngrep-1.4.3.zip"
|
sha512sums="2b5ce618ff6f876ec340361c5d674524eb8f56fc84325a13d714bd96b4e249ac7fa56cfd442654ea57aef489f07862260896fcfb16955c759a7cf91e6654c8af sngrep-1.4.5.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user