Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
b9697c83
Unverified
Commit
b9697c83
authored
5 years ago
by
Leo
Committed by
TBK
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libevhtp: upgrade to 1.2.18
- Enable regex support with oniguruma Closes: GH-7715
parent
aebc15be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libevhtp/APKBUILD
+10
-14
10 additions, 14 deletions
community/libevhtp/APKBUILD
with
10 additions
and
14 deletions
community/libevhtp/APKBUILD
+
10
−
14
View file @
b9697c83
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: <xmingske@gmail.com>
# Contributor: <xmingske@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libevhtp
pkgname
=
libevhtp
pkgver
=
1.2.1
6
pkgver
=
1.2.1
8
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Flexible replacement for libevent's httpd API"
pkgdesc
=
"Flexible replacement for libevent's httpd API"
options
=
"!check"
# No testsuite
url
=
"https://github.com/criticalstack/libevhtp/"
url
=
"https://github.com/criticalstack/libevhtp/"
arch
=
"all"
arch
=
"all"
license
=
"BSD"
license
=
"BSD-3-Clause"
makedepends
=
"cmake libevent-dev openssl-dev"
makedepends
=
"cmake libevent-dev openssl-dev oniguruma-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/criticalstack/libevhtp/archive/
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/criticalstack/libevhtp/archive/
$pkgver
.tar.gz"
builddir
=
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
build
()
{
build
()
{
cd
"
${
builddir
}
"
cmake
\
cmake
-DCUSTOM_BINDIR
=
/usr/bin
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_SHARED_LIBS
=
ON
-DCUSTOM_DOCDIR
=
"/usr/share/doc/
${
pkgname
}
"
\
-DCUSTOM_SHAREDIR
=
"/usr/share/
${
pkgname
}
"
\
-DEVHTP_BUILD_SHARED
=
ON
.
make
make
}
}
package
()
{
package
()
{
cd
"
${
builddir
}
"
make
DESTDIR
=
"
${
pkgdir
}
"
install
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
}
sha512sums
=
"
0beb16a4ffc43fbc6364e456010b581fb55a79f7790ba698a754acb1bb39fb6256e77a3f9ccefe30f6bacd9201d674e31a3c6734fd98d082b35f3105521aff46
libevhtp-1.2.1
6
.tar.gz"
sha512sums
=
"
e01d771a9358fcf912578f34acd235711a3231029b453781f2992cf51cea26aa3f1eb170d3a834f15d4f9b3f37235fb006853eeee509945e2c18e3a7fbb06ae4
libevhtp-1.2.1
8
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment