zfs: dkms module now needs perl

e9a7729008/scripts/enum-extract.pl
This commit is contained in:
Zach Dykstra 2018-04-12 22:31:10 -05:00 committed by Toyam Cox
parent f55a736bc3
commit a7b7236aa2
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'zfs'
pkgname=zfs
version=0.7.8
revision=1
revision=2
patch_args="-Np1"
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
build_style=gnu-configure
@ -15,12 +15,12 @@ short_desc="Z File System -- userland and kernel modules (using DKMS)"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="CDDL"
homepage="http://zfsonlinux.org/"
distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz"
distfiles="https://github.com/zfsonlinux/zfs/archive/zfs-${version/r/-}.tar.gz"
checksum=062cf4ddcecaf547c1bbd30ce6da38808b4278ea08ff85f64e9d2e6b8a23acef
triggers="dkms"
dkms_modules="zfs ${version/r/-}"
depends="dkms>=2.2.0.3_9 spl>=${version}"
depends="dkms>=2.2.0.3_9 spl>=${version} perl"
pre_configure() {
export CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/tirpc/"