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
Commits
53fa7133
Commit
53fa7133
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/bcnm: new aport
https://skarnet.org/software/bcnm
Client Network Manager
parent
7409d65e
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/bcnm/APKBUILD
+36
-0
36 additions, 0 deletions
testing/bcnm/APKBUILD
with
36 additions
and
0 deletions
testing/bcnm/APKBUILD
0 → 100644
+
36
−
0
View file @
53fa7133
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
bcnm
pkgver
=
0.0.1.0
pkgrel
=
0
pkgdesc
=
"Better Client Network Manager"
url
=
"https://skarnet.org/software/bcnm"
arch
=
"all"
license
=
"ISC"
makedepends
=
"skalibs-dev linux-headers"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://skarnet.org/software/bcnm/bcnm-
$pkgver
.tar.gz"
build
()
{
./configure
\
--enable-shared
\
--enable-static
\
--disable-allstatic
\
--prefix
=
/usr
\
--libdir
=
/usr/lib
\
--libexecdir
=
"/usr/lib/
$pkgname
"
\
--with-dynlib
=
/lib
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
doc
()
{
default_doc
mkdir
-p
"
$subpkgdir
/usr/share/doc"
cp
-a
"
$builddir
/doc"
"
$subpkgdir
/usr/share/doc/
$pkgname
"
}
sha512sums
=
"abe37c2629baa3c583734c7f783565c52f376ff553c503b5666e081cce042efa2e4d2a219b4911b23ea1c437f1ab0d9d1a928cc5126d8efb65e2981b86b220e1 bcnm-0.0.1.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