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