mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/ntpsec: clean-up abuild
This commit is contained in:
parent
15a4523925
commit
b5a5572660
@ -8,12 +8,10 @@ url="https://www.ntpsec.org/"
|
|||||||
arch="all"
|
arch="all"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
depends_dev=""
|
makedepends="python3-dev python2 bison asciidoc libressl-dev linux-headers"
|
||||||
makedepends="$depends_dev python3-dev python2 bison asciidoc libressl-dev linux-headers"
|
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://ftp.ntpsec.org/pub/releases/$pkgname-$pkgver.tar.gz"
|
source="https://ftp.ntpsec.org/pub/releases/$pkgname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
install=""
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
@ -36,6 +34,4 @@ package() {
|
|||||||
./waf install --destdir="$pkgdir"
|
./waf install --destdir="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha256sums="7727e67679812200c52a4c8114bb140f217a4303ec52326c449c15cc470c1700 ntpsec-1.0.0.tar.gz"
|
|
||||||
sha512sums="9fb06310508b30d2ae2d66212d7d87b00e8eea294cebc27eb70435d764bd639fcec234b66e78deafb700476c88e47afe2d1b463563008c32efbb0644dd611f43 ntpsec-1.0.0.tar.gz"
|
sha512sums="9fb06310508b30d2ae2d66212d7d87b00e8eea294cebc27eb70435d764bd639fcec234b66e78deafb700476c88e47afe2d1b463563008c32efbb0644dd611f43 ntpsec-1.0.0.tar.gz"
|
||||||
_fingerprint='DA3F DF77 4CC7 0FA6 4729 EC45 05D9 B371 477C 7528'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user