aboutsummaryrefslogtreecommitdiffstats
path: root/testing/asterisk-chan-dongle/APKBUILD
blob: abc7a6db74308d29fb10e4b79b6a3a3b12e5c7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=asterisk-chan-dongle
pkgver=1.1.20160925
_commitid=e3bce3c1d43cec1e4f8e548b4d3880e289747b24
pkgrel=0
pkgdesc="GSM modem dongle channel driver"
url="https://github.com/oleg-krv/asterisk-chan-dongle/"
arch="all"
license="GPL2"
depends="asterisk"
depends_dev=""
makedepends="$depends_dev asterisk-dev automake autoconf"
install=""
subpackages=""
provides="asterisk-dongle=$pkgver"
source="$pkgname-$pkgver.tar.gz::https://github.com/oleg-krv/asterisk-chan-dongle/archive/$_commitid.tar.gz
	asterisk-14.patch
	"

builddir="$srcdir/$pkgname-$_commitid"

prepare() {
	default_prepare || return 1
	cd "$builddir"
	# automake will return error due to Makefile.am missing
	# the project autoconfigury foo is old and ships Makefile.in directly
	aclocal && autoconf && automake -a || true
}

build() {
	cd "$builddir"
	./configure || return 1
	make
}

package() {
	cd "$builddir"
	mkdir -p "$pkgdir"/usr/lib/asterisk/modules "$pkgdir"/etc/asterisk
	install -m644 etc/dongle.conf "$pkgdir"/etc/asterisk/dongle.conf.sample
	install -m755 chan_dongle.so "$pkgdir"/usr/lib/asterisk/modules
}

md5sums="fa96fbcba75f53865d46d8327d21a6c0  asterisk-chan-dongle-1.1.20160925.tar.gz
bbfb2435082d4284221054c9eadc0c16  asterisk-14.patch"
sha256sums="50824b72a61ffb062ee0ae49d86a635c846202030223edc960c4fd853aa94187  asterisk-chan-dongle-1.1.20160925.tar.gz
f21b0c5be6c50ae9dfe81302631a9c8d6ad31f301817f457b13a2c8297f574de  asterisk-14.patch"
sha512sums="2cbd134c284f5a86b0443f459997d4965300920dbcadaf5afbc95cdf5c76e5c0e5b047def1cc590a10b4f8a8fe39575950dafa75afaa52c79e32644eb97bc95a  asterisk-chan-dongle-1.1.20160925.tar.gz
de6c453f8482d9a0c4a77c607efbf058d80342d74bb1053f6f3a18d2e3b79c8fc643f7cdedcdfda414227ecc8ecd05b4cee70a260811dc75128a493b9a772c57  asterisk-14.patch"