aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-01-05 14:54:04 +0200
committerTimo Teräs <timo.teras@iki.fi>2011-01-05 14:54:32 +0200
commit8615a6455531b417da74e5977547c12902b62ba5 (patch)
tree1667d9f66debede2bfa4b4ad8a1a977b3a922b5d /main/kamailio/APKBUILD
parent485a705bdb80ad6d87de3de6019198090b0309fb (diff)
downloadaports-8615a6455531b417da74e5977547c12902b62ba5.tar.bz2
aports-8615a6455531b417da74e5977547c12902b62ba5.tar.xz
main/kamailio: update sqlite patch
also fix some apkbuild typoes and the build target.
Diffstat (limited to 'main/kamailio/APKBUILD')
-rw-r--r--main/kamailio/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 7637179798..8620489d2d 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
pkgver=3.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -41,7 +41,7 @@ prepare() {
for i in $source; do
case $i in
*.patch)
- msg "Apllying $i"
+ msg "Applying $i"
patch -p1 -i "$srcdir"/$i || return 1
;;
esac
@@ -77,7 +77,7 @@ build() {
DESTDIR="$pkgdir" \
cfg_prefix="$pkgdir" \
cfg
- make || return 1
+ make kamailio modules modules_k modules_s || return 1
}
package() {
@@ -157,4 +157,4 @@ md5sums="f0bf80cfae676c086f827b499eaf21cd kamailio-3.1.1_src.tar.gz
a3c959ec568c43a905710e7d25cd8c25 kamailio.cfg
81100c479890a2a8c2628db22fdd1a0c kamailio.initd
3cb2eaeed81e4cdb1830f06a88de19e7 kamailio-3.1-backslash.patch
-ed43b0d8d60b1e87199ce18ba326ccee sqlite.patch"
+199df21eaa4856dcacdcc438f72765f1 sqlite.patch"