mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
|
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
|
pkgname=nxapi
|
|
_pkgname=naxsi
|
|
pkgver=0.55.1
|
|
_ver=${pkgver/_/}
|
|
pkgrel=0
|
|
pkgdesc="nginx/naxsi log parser, whitelist and report generator."
|
|
url="http://www.nginx.org | https://github.com/nbs-system/naxsi"
|
|
arch="noarch"
|
|
license="GPL v2"
|
|
depends="python2"
|
|
depends_dev=""
|
|
makedepends="python2-dev"
|
|
source="$_pkgname-$_ver.tar.gz::https://github.com/nbs-system/naxsi/archive/${_ver}.tar.gz
|
|
fix-config-location.patch
|
|
"
|
|
builddir="$srcdir/$_pkgname-$_ver/nxapi"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
python2 setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
|
}
|
|
|
|
md5sums="b894ea5327a3d102a56aeddb79d2e047 naxsi-0.55.1.tar.gz
|
|
1ad187c532b7314e6db3a18dcb0e56bc fix-config-location.patch"
|
|
sha256sums="45dd0df7a6b0b6aa9c64eb8c39a8e294d659d87fb18e192cf58f1402f3cdb0a8 naxsi-0.55.1.tar.gz
|
|
abc80d64fa48babcb99272fc7a0b15bfe887370e9f0021e64104c83c9e4ff448 fix-config-location.patch"
|
|
sha512sums="aebda20e5b78e9111b7bac1e15829258e6b85b80e4ce333e4dba8caead36287b3f0fcb453c51d7c59f07d637fa62f5c6b23aecd3bf6a3c3da4abebf1a6689f14 naxsi-0.55.1.tar.gz
|
|
b2b62df3d50f03180c8720cb0008039bec45ac08d416617bb53631242b32f7d831016e6381a5b4735f5a00c4196366888123214a776470e47e1fe8c22adf45b8 fix-config-location.patch"
|