~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/asterisk/APKBUILD: Create package with curl based modules

Nathan Angelacos <nangel@alpinelinux.org>
Details
Message ID
<1371662078-14103-1-git-send-email-nangel@alpinelinux.org>
Sender timestamp
1371662078
DKIM signature
missing
Download raw message
Patch: +11 -3
---
 main/asterisk/APKBUILD | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD
index f1a41e9..ff43f89 100644
--- a/main/asterisk/APKBUILD
+++ b/main/asterisk/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=asterisk
pkgver=11.4.0
pkgrel=0
pkgrel=1
pkgdesc="Asterisk: A Module Open Source PBX System"
pkgusers="asterisk"
pkggroups="asterisk"
@@ -13,12 +13,12 @@ depends=
makedepends="autoconf automake libtool ncurses-dev popt-dev newt-dev zlib-dev
	postgresql-dev unixodbc-dev dahdi-tools-dev libpri-dev tar
	freetds-dev openssl-dev lua-dev alsa-lib-dev spandsp-dev tiff-dev
	libresample sqlite-dev wget speex-dev libogg-dev bluez-dev"
	libresample sqlite-dev wget speex-dev libogg-dev bluez-dev curl-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade"
subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc
	$pkgname-tds $pkgname-fax $pkgname-sample-config:sample
	$pkgname-sounds-moh:sound_moh $pkgname-sounds-en:sound_en
	$pkgname-mobile"
	$pkgname-mobile $pkgname-curl"

_download="http://downloads.asterisk.org/pub/telephony/asterisk/releases"
_z=${pkgver##*.}
@@ -82,6 +82,7 @@ build() {
		--without-x11 \
		--with-spandsp \
		--with-bluetooth \
        --with-curl \
		|| return 1

	# and figure out which modules to build
@@ -168,6 +169,13 @@ mobile() {
        _find_and_move '*_mobile*'
}

curl() {
    depends=
    install=
    _find_and_move '*_curl*'
}


sample() {
	arch="noarch"
	pkgdesc="Sample configuration files for asterisk"
-- 
1.8.2.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20130620094618.19b61eae@vostro>
In-Reply-To
<1371662078-14103-1-git-send-email-nangel@alpinelinux.org> (view parent)
Sender timestamp
1371710778
DKIM signature
missing
Download raw message
On Wed, 19 Jun 2013 17:14:38 +0000
Nathan Angelacos <nangel@alpinelinux.org> wrote:

>  main/asterisk/APKBUILD | 14 +++++++++++---
>  1 file changed, 11 insertions(+), 3 deletions(-)

Applied with minor cosmetic and whitespace changes.

Thanks.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)