* update fcgi to 2.4.4-1
This commit is contained in:
parent
73d7f89a17
commit
7109ffac90
@ -1,7 +1,7 @@
|
|||||||
pkgbase = fcgi
|
pkgbase = fcgi
|
||||||
pkgdesc = FASTCgi (fcgi) is a language independent, high performant extension to CGI
|
pkgdesc = FASTCgi (fcgi) is a language independent, high performant extension to CGI
|
||||||
pkgver = 2.4.2
|
pkgver = 2.4.4
|
||||||
pkgrel = 4
|
pkgrel = 1
|
||||||
url = https://github.com/FastCGI-Archives/fcgi2
|
url = https://github.com/FastCGI-Archives/fcgi2
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
@ -11,7 +11,7 @@ pkgbase = fcgi
|
|||||||
license = custom
|
license = custom
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = fcgi-2.4.2.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz
|
source = fcgi-2.4.4.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/2.4.4.tar.gz
|
||||||
sha256sums = 1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
|
sha256sums = c0e0d9cc7d1e456d7278c974e2826f593ef5ca555783eba81e7e9c1a07ae0ecc
|
||||||
|
|
||||||
pkgname = fcgi
|
pkgname = fcgi
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
|
# Original by Benjamin Andresen, klapmuetz [at] gmail [dot] com
|
||||||
|
|
||||||
pkgname=fcgi
|
pkgname=fcgi
|
||||||
pkgver=2.4.2
|
pkgver=2.4.4
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
pkgdesc='FASTCgi (fcgi) is a language independent, high performant extension to CGI'
|
pkgdesc='FASTCgi (fcgi) is a language independent, high performant extension to CGI'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -13,7 +13,7 @@ license=('custom')
|
|||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
url='https://github.com/FastCGI-Archives/fcgi2'
|
url='https://github.com/FastCGI-Archives/fcgi2'
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FastCGI-Archives/fcgi2/archive/${pkgver}.tar.gz")
|
||||||
sha256sums=('1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc')
|
sha256sums=('c0e0d9cc7d1e456d7278c974e2826f593ef5ca555783eba81e7e9c1a07ae0ecc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/fcgi2-${pkgver}"
|
cd "${srcdir}/fcgi2-${pkgver}"
|
||||||
@ -32,5 +32,5 @@ package() {
|
|||||||
cd "${srcdir}/fcgi2-${pkgver}"
|
cd "${srcdir}/fcgi2-${pkgver}"
|
||||||
|
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
install -Dm0644 LICENSE.TERMS "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user