mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/spl: upgrade to 0.7.8
This commit is contained in:
parent
54ad712ae9
commit
cee7d1f8b1
@ -1,26 +1,22 @@
|
|||||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
|
||||||
pkgname=spl
|
pkgname=spl
|
||||||
pkgver=0.7.5
|
pkgver=0.7.8
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Solaris Porting Layer (userland)"
|
pkgdesc="Solaris Porting Layer (userland)"
|
||||||
url="http://zfsonlinux.org"
|
url="http://zfsonlinux.org"
|
||||||
arch="all !armhf"
|
arch="all !armhf"
|
||||||
license="GPL"
|
license="GPL-2.0-or-later"
|
||||||
depends=""
|
options="!check" # No test suite
|
||||||
depends_dev=""
|
makedepends="automake autoconf libtool linux-headers"
|
||||||
makedepends="$depends_dev linux-headers"
|
|
||||||
install=""
|
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://github.com/zfsonlinux/zfs/releases/download/zfs-$pkgver/spl-$pkgver.tar.gz"
|
source="https://github.com/zfsonlinux/spl/archive/$pkgname-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir"/spl-spl-$pkgver
|
||||||
builddir="$srcdir"/spl-$pkgver
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
update_config_sub
|
cd "$buildir"
|
||||||
update_config_guess
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -38,5 +34,4 @@ package() {
|
|||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
sha512sums="145ff3776db1e58e1f0fb469ca3a74aaa33686262916c42f7782ff723b2e28bea576924e87e06dbb8dd4a44788b5cb8f4ed278b2042910acb3d60a0a9b788612 spl-0.7.8.tar.gz"
|
||||||
sha512sums="a797ddab6841cbe9c7eacc4f276537ecb5905a694604185044e98ed017b325367a1fdd1ea6830d29d4a21ed11a8d1ff0505bda7bbd2112418db319df128141a3 spl-0.7.5.tar.gz"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user