zfs: update to 0.6.5.
This commit is contained in:
parent
cca84befd2
commit
4c83c9756f
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'zfs'
|
||||
pkgname=zfs
|
||||
version=0.6.4.2
|
||||
revision=2
|
||||
version=0.6.5
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-config=user
|
||||
configure_args="--with-config=user --with-mounthelperdir=/usr/bin
|
||||
--with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d
|
||||
--with-dracutdir=/usr/lib/dracut"
|
||||
hostmakedepends="dracut automake libtool"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="CDDL"
|
||||
homepage="http://zfsonlinux.org/"
|
||||
distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz"
|
||||
checksum=26af2924cbb891b79203a31827cba4cdc310162d5f7b9e2d643eb6576aa19015
|
||||
checksum=542121940122c922c9d21a2bb39bca4e4a9db2f6bbfd2e576630840e256d4c82
|
||||
nocross=yes
|
||||
|
||||
triggers="dkms"
|
||||
|
@ -27,8 +27,6 @@ pre_configure() {
|
|||
tar czf ../clean.tar.gz .
|
||||
}
|
||||
post_install() {
|
||||
rm ${DESTDIR}/etc/init.d/zfs
|
||||
|
||||
vlicense COPYRIGHT
|
||||
vlicense OPENSOLARIS.LICENSE
|
||||
|
||||
|
|
Loading…
Reference in a new issue