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
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
f0b44fb1
Verified
Commit
f0b44fb1
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/netifrc: bump to 0.6.1, thanks
@veremitz
, @sbraz
parent
3e51d735
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/netifrc/APKBUILD
+6
-7
6 additions, 7 deletions
user/netifrc/APKBUILD
with
6 additions
and
7 deletions
user/netifrc/APKBUILD
+
6
−
7
View file @
f0b44fb1
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
netifrc
pkgver
=
0.6.
0
pkgver
=
0.6.
1
pkgrel
=
0
pkgdesc
=
"User-friendly network interface management scripts for OpenRC"
url
=
"https://www.gentoo.org/proj/en/base/openrc/"
...
...
@@ -10,21 +10,20 @@ options="!check" # No test suite.
license
=
"BSD-2-Clause"
depends
=
"eudev openrc"
makedepends
=
"eudev-dev pkgconf"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc"
source
=
"https://
dev
.gentoo.org/
~
ro
bbat2/distfiles/netifrc
-
$pkgver
.tar.
bz2
"
source
=
"https://
gitweb
.gentoo.org/
p
ro
j/
$pkgname
.git/snapshot/
$pkgname
-
$pkgver
.tar.
gz
"
build
()
{
cd
"
$builddir
"
make
LIBEXECDIR
=
/lib/
$pkgname
PF
=
"
$pkgname
-
$pkgver
"
make
UDEVDIR
=
/lib/udev
LIBEXECDIR
=
/lib/
$pkgname
PF
=
"
$pkgname
-
$pkgver
"
}
package
()
{
cd
"
$builddir
"
make
LIBEXECDIR
=
/lib/
$pkgname
DESTDIR
=
"
$pkgdir
"
install
for
doc
in
README CREDITS TODO
ChangeLog
;
do
make
UDEVDIR
=
/lib/udev
LIBEXECDIR
=
/lib/
$pkgname
DESTDIR
=
"
$pkgdir
"
install
for
doc
in
README CREDITS TODO
;
do
install
-m
644
"
$builddir
"
/
$doc
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
done
}
sha512sums
=
"
de47d146619bd716a0eda8149063691d9d71a895579ac50d3fea60bf0e48c516d6b37aed81c33083dc6e7d4bb74841bb6b143c23972669de9d76b8f7df7a5d23
netifrc-0.6.
0
.tar.
bz2
"
sha512sums
=
"
798a882f87f153c31b415d77a06a2beca94a958ea982aca20bbc2cf6a7d800aedbd99a577734ea41d6a75807b13d640dd7fa5a51aa5a27055e9c552634ac7bdb
netifrc-0.6.
1
.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