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
TBK
aports
Commits
8edb6c36
Commit
8edb6c36
authored
10 years ago
by
John Regan
Committed by
Leonardo Arena
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/s6-dns: new aport
Signed-off-by:
Leonardo Arena
<
rnalrd@alpinelinux.org
>
parent
bfac2234
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/s6-dns/APKBUILD
+50
-0
50 additions, 0 deletions
testing/s6-dns/APKBUILD
with
50 additions
and
0 deletions
testing/s6-dns/APKBUILD
0 → 100644
+
50
−
0
View file @
8edb6c36
# Contributor: John Regan <john@jrjrtech.com>
# Maintainer: John Regan <john@jrjrtech.com>
pkgname
=
s6-dns
pkgver
=
2.0.0.2
pkgrel
=
0
pkgdesc
=
"skarnet.org's DNS client libraries and command-line DNS client utilities"
url
=
"http://skarnet.org/software/
$pkgname
/"
arch
=
"all"
license
=
"ISC"
depends
=
"skalibs"
depends_dev
=
"skalibs-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"http://skarnet.org/software/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--enable-shared
\
--enable-static
\
--disable-allstatic
\
--prefix
=
/usr
\
--libdir
=
/usr/lib
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
rm
-f
"
$pkgdir
"
/usr/lib/
*
.la
}
md5sums
=
"3ff0a851920d011ed04749ad087ebcf6 s6-dns-2.0.0.2.tar.gz"
sha256sums
=
"b28bbb40b03eb276aed352ab4a7a515615ba0d45029b6688c1dcda86fe3030e8 s6-dns-2.0.0.2.tar.gz"
sha512sums
=
"7a1e9253de932da33769067620ff776fc6c865505373ed3e4162c095f9bfe93c52c2262fd0fdd4ce8e75cd71523146d5636acc1d871d4e035fdacbf7b47af996 s6-dns-2.0.0.2.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