Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
172
Merge Requests
172
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
4167c41f
Commit
4167c41f
authored
Jul 03, 2019
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/bctoolbox: clean up unused dir, fixed cmake files path
parent
5c3f6f12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
main/bctoolbox/APKBUILD
main/bctoolbox/APKBUILD
+7
-3
No files found.
main/bctoolbox/APKBUILD
View file @
4167c41f
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
bctoolbox
pkgver
=
0.6.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone"
url
=
"https://github.com/BelledonneCommunications/bctoolbox"
arch
=
"all"
...
...
@@ -37,8 +37,12 @@ package() {
dev
()
{
default_dev
mkdir
-p
"
$subpkgdir
"
/usr/share/bctoolbox/cmake
mv
"
$pkgdir
"
/usr/share/bctoolbox/cmake/
*
"
$subpkgdir
"
/usr/share/bctoolbox/cmake
mkdir
-p
"
$subpkgdir
"
/usr/lib/cmake/bctoolbox
mv
"
$pkgdir
"
/usr/share/bctoolbox/cmake/
*
"
$subpkgdir
"
/usr/lib/cmake/bctoolbox
# Remove empty dirs
rmdir
"
$pkgdir
"
/usr/share/bctoolbox/cmake
rmdir
"
$pkgdir
"
/usr/share/bctoolbox
rmdir
"
$pkgdir
"
/usr/share
}
sha512sums
=
"decdd32f2d4d597a7b1717be860b855f6f4a909936f1a957e7a0ac81ac2d8cd5f96bbbc60a2354e62d1cfbf68d4407d76c97687a51c77cc8433e89e26d137edf bctoolbox-0.6.0.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment