Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
4b124450
Commit
4b124450
authored
Jun 28, 2011
by
Carlo Landmeter
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/cherokee: upgrade to 1.2.98
ref
#697
parent
41ea0824
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
testing/cherokee/APKBUILD
testing/cherokee/APKBUILD
+14
-8
No files found.
testing/cherokee/APKBUILD
View file @
4b124450
# Contributor: Mika Havela <mika.havela@gmail.com>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
cherokee
pkgver
=
1.
0.16
pkgver
=
1.
2.98
pkgrel
=
0
pkgdesc
=
"A very fast, flexible and easy to configure Web Server"
url
=
"http://www.cherokee-project.com/"
arch
=
"all"
license
=
"GPL2"
depends
=
"pcre rrdtool"
makedepends
=
"openssl-dev gettext-dev ffmpeg-dev"
depends_dev
=
"openssl-dev gettext-dev ffmpeg-dev geoip-dev"
makedepends
=
"
$depends_dev
"
install
=
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://www.cherokee-project.com/download/
${
pkgver
%.*
}
/
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.gz
...
...
@@ -17,23 +18,28 @@ source="http://www.cherokee-project.com/download/${pkgver%.*}/${pkgver}/${pkgnam
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
--localstatedir
=
/var
\
--sysconfdir
=
/etc
\
--with-wwwroot
=
/var/www
--with-wwwroot
=
/var/www
\
--enable-os-string
=
"Alpine Linux"
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
"
$pkgdir
"
/etc/conf.d/
$pkgname
make
-j1
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
\
"
$pkgdir
"
/etc/init.d/
$pkgname
||
return
1
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
\
"
$pkgdir
"
/etc/conf.d/
$pkgname
||
return
1
}
md5sums
=
"
d9ace1e79237ea60198dafe52cb172d1 cherokee-1.0.16
.tar.gz
md5sums
=
"
21b01e7d45c0e82ecc0c4257a9c27feb cherokee-1.2.98
.tar.gz
4180dbb6701f928054079aa1e3bd5ebc cherokee.initd
bd6a840f72c630ce1eaabe058097584f cherokee.confd"
Lingbing Jiang
@indarkness
mentioned in issue
#697 (closed)
·
Jul 12, 2019
mentioned in issue
#697 (closed)
mentioned in issue #697
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment