mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
32 lines
947 B
Text
32 lines
947 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=openresolv
|
|
pkgver=3.14.1
|
|
pkgrel=0
|
|
pkgdesc="A framework for managing DNS information"
|
|
url="https://roy.marples.name/projects/openresolv"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/NetworkConfiguration/openresolv/archive/refs/tags/v$pkgver.tar.gz
|
|
detect_init-remove-irrelevant.patch
|
|
"
|
|
options="!check"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--rundir=/run \
|
|
--sysconfdir=/etc
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
0892f525e28ecb968d524e4d880401102a4ff66ff945bd9ecdf495def9f779fbc685fe778ae162a129ec0ebafef4d10e6382710119f1a2897525e7eb6607bc1a openresolv-3.14.1.tar.gz
|
|
60663daa0b98eed825186a950b6022b3ef11b897f8c27e63682242bef7db6a1ac5ae75f01c860d5d3f71452d2c3e6a8c76555bda3546ad265471025392e5b1d6 detect_init-remove-irrelevant.patch
|
|
"
|