Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!78509
community/asterisk-chan-dongle: run tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/asterisk-chan-dongle: run tests
sertonix/aports:asterisk-chan-dongle-tests
into
master
Overview
0
Commits
1
Pipelines
7
Changes
3
Merged
Sertonix
requested to merge
sertonix/aports:asterisk-chan-dongle-tests
into
master
2 months ago
Overview
0
Commits
1
Pipelines
7
Changes
3
Expand
0
0
Merge request reports
Viewing commit
6f4a18ef
Show latest version
3 files
+
39
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
6f4a18ef
community/asterisk-chan-dongle: run tests
· 6f4a18ef
Sertonix
authored
2 months ago
community/asterisk-chan-dongle/APKBUILD
+
9
−
1
Options
@@ -3,7 +3,7 @@
pkgname
=
asterisk-chan-dongle
pkgver
=
1.1.20211005
_commitid
=
3d046f7d6842298c6838b5ce5b51d495d383b158
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"GSM modem dongle channel driver"
url
=
"https://github.com/wdoekes/asterisk-chan-dongle/"
arch
=
"all"
@@ -13,6 +13,8 @@ makedepends="asterisk-dev autoconf automake sqlite-dev"
provides
=
"asterisk-dongle=
$pkgver
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/wdoekes/asterisk-chan-dongle/archive/
$_commitid
.tar.gz
fix-autodisc.patch
tests.patch
big-endian.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$_commitid
"
@@ -33,6 +35,10 @@ build() {
make
}
check
()
{
make check
}
package
()
{
mkdir
-p
"
$pkgdir
"
/usr/lib/asterisk/modules
"
$pkgdir
"
/etc/asterisk
install
-m644
etc/dongle.conf
"
$pkgdir
"
/etc/asterisk/dongle.conf.sample
@@ -42,4 +48,6 @@ package() {
sha512sums
=
"
b0f05a16a12fee210a0e35b8dd538c5a4983fc0a484a39b20cc56636a979081fb9b1c47e4fa6d0d5f2e5c9e58f27591e3f44e8592a4f77548899f06dd99eafa1 asterisk-chan-dongle-1.1.20211005.tar.gz
84488b208113760f5c7fc8eed3a5206e4d9b175267508fd370e028dbc15dc4f525f9df98c673df059c12f62253c79ae13609e5d6d4e5effa7b3f972b38417b3e fix-autodisc.patch
6bd5298dd6d11bf58b2a89940e6af89eaa6ff44fddc0ac8b9a13f6debe9b6f5c9f001af9c8a3611ef744adff0c35d300203661abdb9f0bfcb73817aeb18971f1 tests.patch
ebd89c185c224c4471cec5a1ef723be572a3c95e019715408a948c5b24acdec82317c3ece580fbaaabd4616a90bf2cb7dd28771bbe1376d877f5a611c1d72905 big-endian.patch
"
Loading