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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Johannes Müller
aports
Commits
c4edb09c
Commit
c4edb09c
authored
16 years ago
by
Michael Mason
Browse files
Options
Downloads
Patches
Plain Diff
testing/pjproject Initial commit
parent
d934c95f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/pjproject/APKBUILD
+28
-0
28 additions, 0 deletions
testing/pjproject/APKBUILD
with
28 additions
and
0 deletions
testing/pjproject/APKBUILD
0 → 100644
+
28
−
0
View file @
c4edb09c
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname
=
pjproject
pkgver
=
1.0.1
pkgrel
=
0
pkgdesc
=
"CLI Softphone"
url
=
"http://www.pjsip.org/pjsua.htm"
license
=
"GPL"
depends
=
"uclibc uclibc++ openssl pth"
makedepends
=
"uclibc++-dev openssl-dev autoconf binutils pth-dev"
install
=
subpackages
=
"
$pkgname
-dev"
source
=
"http://www.pjsip.org/release/1.0.1/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
export
CXX
=
g++-uc
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
-j1
dep
||
return
1
make
-j1
all
||
return
1
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"6462f2a636e5b14f50e92efc000924f0 pjproject-1.0.1.tar.bz2"
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