Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
814
Issues
814
List
Boards
Labels
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
5e8bfd3d
Commit
5e8bfd3d
authored
Oct 13, 2009
by
Francesco Colista
Committed by
Natanael Copa
Jan 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/kamailio: Mediaproxy support
(cherry picked from commit
69e74429
)
parent
920d5338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
main/kamailio/APKBUILD
main/kamailio/APKBUILD
+10
-4
No files found.
main/kamailio/APKBUILD
View file @
5e8bfd3d
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
kamailio
pkgver
=
1.5.2
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"Open Source SIP Server"
url
=
"http://www.kamailio.org/"
pkgusers
=
"kamailio"
...
...
@@ -13,7 +13,7 @@ makedepends="bison flex expat-dev postgresql-dev mysql-dev pcre-dev
libxml2-dev curl-dev"
install
=
subpackages
=
"
$pkgname
-doc
$pkgname
-mysql
$pkgname
-postgres
$pkgname
-pcre
$pkgname
-presence"
$pkgname
-presence
$pkgname
-mediaproxy
"
source
=
"http://www.kamailio.org/pub/kamailio/
$pkgver
/src/
$pkgname
-
$pkgver
-notls_src.tar.gz
kamailio.cfg
kamailio.initd
...
...
@@ -41,7 +41,7 @@ build() {
MODS_PRESENCE
=
yes
\
MODS_RADIUS
=
\
TLS
=
\
include_modules
=
db_postgres
\
include_modules
=
"db_postgres mediaproxy"
\
all
||
return
1
make
prefix
=
/usr
\
cfg-dir
=
/etc/kamailio/
\
...
...
@@ -50,7 +50,7 @@ build() {
MODS_PRESENCE
=
yes
\
MODS_RADIUS
=
\
TLS
=
\
include_modules
=
db_postgres
\
include_modules
=
"db_postgres mediaproxy"
\
basedir
=
"
$pkgdir
"
install
||
return
1
# move default config to -doc package and use our own default config
...
...
@@ -102,6 +102,12 @@ presence() {
pua_dialoginfo
}
mediaproxy
()
{
pkgdesc
=
"Mediaproxy support for kamailio"
depends
=
"kamailio"
_mv_mod mediaproxy
}
md5sums
=
"6c6f4ed6fbcb4d008b8ac3de5b99ce99 kamailio-1.5.2-notls_src.tar.gz
eb665248ee39cf755a247286affc5cbb kamailio.cfg
81100c479890a2a8c2628db22fdd1a0c kamailio.initd
...
...
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