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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kevin Daudt
aports
Commits
d33d34d9
Commit
d33d34d9
authored
Oct 10, 2020
by
Kevin Daudt
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/ndisc6: move rdnssd to a separate subpackage
parent
7ad3efa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
community/ndisc6/APKBUILD
community/ndisc6/APKBUILD
+13
-5
No files found.
community/ndisc6/APKBUILD
View file @
d33d34d9
...
...
@@ -2,14 +2,14 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname
=
ndisc6
pkgver
=
1.0.4
pkgrel
=
2
pkgdesc
=
"
ndisc6 gathers a few diagnostic tools for IPv6 networks includ
ing"
pkgrel
=
3
pkgdesc
=
"
a small collection of useful tools for IPv6 network
ing"
url
=
"https://www.remlab.net/ndisc6"
arch
=
"all"
license
=
"GPL-2.0-or-later"
makedepends
=
"linux-headers perl"
depends
=
"sed"
# merge-hook uses regex not supported by bb sed
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc
$pkgname
-dnssort::noarch"
subpackages
=
"
$pkgname
-doc
rdnssd rdnssd-openrc:openrc:noarch
$pkgname
-dnssort::noarch"
source
=
"https://www.remlab.net/files/ndisc6/ndisc6-
$pkgver
.tar.bz2
remove-undef-gnu-source.patch
rdnssd.initd
...
...
@@ -34,8 +34,6 @@ check() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
install
-D
-m755
"
$srcdir
"
/rdnssd.initd
"
$pkgdir
"
/etc/init.d/rdnssd
install
-D
-m755
"
$srcdir
"
/rdnssd.resolvconf
\
"
$pkgdir
"
/etc/rdnssd/resolvconf
}
dnssort
()
{
...
...
@@ -46,6 +44,16 @@ dnssort() {
mv
"
$pkgdir
"
/usr/bin/dnssort
"
$subpkgdir
"
/usr/bin/
}
rdnssd
()
{
pkgdesc
=
"autoconfigures the list of DNS servers through slateless IPv6 autoconfiguration"
amove usr/sbin/rdnssd
amove etc/rdnssd
amove var/run/rdnssd
install
-D
-m755
"
$srcdir
"
/rdnssd.resolvconf
\
"
$subpkgdir
"
/etc/rdnssd/resolvconf
}
sha512sums
=
"6f6cd939fb7079518db5c1bcd11353c722237d7735d229f9fd20d03e9f16b1ddf07c7c78c91364886148f2a82d6805eafe7e27da6b4e7c99b111603ec5fab842 ndisc6-1.0.4.tar.bz2
d70c74f965308afbfc266071ec0d073d59cfd42f250e27c8f4f3e1c7b849a6bb9226407e74af30366d348e4213c7497791e8f2edc7b903703e611c036c250644 remove-undef-gnu-source.patch
5475dbe63b2855f6f5fdb0663dd235a4261db44f8f639b4b13712b62f9ca2adf9de6e899e72eee238a284d40d11f9fdd4778e11cdec739ee3abbffc85ac36d21 rdnssd.initd
...
...
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