mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/atf: upgrade to 0.23
This commit is contained in:
parent
16546bd8c1
commit
05b0c34d8f
1 changed files with 5 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
pkgver=0.21
|
pkgver=0.23
|
||||||
pkgrel=7
|
pkgrel=0
|
||||||
pkgdesc="libraries to write tests in C, C++ and shell"
|
pkgdesc="libraries to write tests in C, C++ and shell"
|
||||||
url="https://github.com/freebsd/atf"
|
url="https://github.com/freebsd/atf"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
@ -10,11 +10,6 @@ license="BSD-2-Clause AND BSD-3-Clause"
|
||||||
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
|
||||||
source="https://github.com/freebsd/atf/releases/download/atf-$pkgver/atf-$pkgver.tar.gz"
|
source="https://github.com/freebsd/atf/releases/download/atf-$pkgver/atf-$pkgver.tar.gz"
|
||||||
|
|
||||||
prepare() {
|
|
||||||
default_prepare
|
|
||||||
update_config_sub
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
ATF_SHELL=/bin/sh ./configure \
|
ATF_SHELL=/bin/sh ./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -34,4 +29,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="9b4b67d7d0d1f65cc9571d38c67dfc620b08ff7c0abf57d87bcae54055b4af21f95f3363f2cf8ee9b13b89a5351bc58669b784a0fd8c1beb0664c14933c10ce1 atf-0.21.tar.gz"
|
sha512sums="
|
||||||
|
d94b6b9b611d9876f9e4cc3f8e6a9f95790a5d8b6b9a54da444ba8d503a89df84eea21d580979d47f793336103a75d6a684a306a9ddfd219c3b3abf1cf1e5337 atf-0.23.tar.gz
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue