Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
202
Issue boards
Milestones
Wiki
Code
Merge requests
23
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
8eeba518
Commit
8eeba518
authored
1 year ago
by
Zach van Rijn
Browse files
Options
Downloads
Patches
Plain Diff
user/libsrtp: new package.
parent
1093a693
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libsrtp/APKBUILD
+34
-0
34 additions, 0 deletions
user/libsrtp/APKBUILD
with
34 additions
and
0 deletions
user/libsrtp/APKBUILD
0 → 100644
+
34
−
0
View file @
8eeba518
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname
=
libsrtp
pkgver
=
2.5.0
pkgrel
=
0
pkgdesc
=
"implementation of the Secure Real-time Transport Protocol (SRTP)"
url
=
"https://github.com/cisco/libsrtp"
arch
=
"all"
options
=
""
license
=
"BSD-3-Clause"
makedepends
=
"doxygen libpcap-dev meson openssl-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/cisco/libsrtp/archive/v
$pkgver
.tar.gz"
build
()
{
meson
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--buildtype
=
release
\
-Dcrypto-library
=
openssl
\
.
build
meson compile
-C
build
}
check
()
{
meson
test
--no-rebuild
--print-errorlogs
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
build
}
sha512sums
=
"bd679ab65ccf22ca30fe867b9649a0b84cfa6fad6e22eb10f081141632f6dd56479a04d525b865f11fd46007303ca211065d9c170e4820d6ea7055403702340a libsrtp-2.5.0.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment