|
|
|
@ -8,34 +8,28 @@ |
|
|
|
|
# The build script generates and updates the pkgver and _kernel* variables. |
|
|
|
|
# |
|
|
|
|
pkgname="zfs-utils-lts" |
|
|
|
|
pkgver=0.6.2_3.10.42 |
|
|
|
|
pkgrel=1 |
|
|
|
|
pkgver=0.6.3_3.10.42 |
|
|
|
|
pkgrel=2 |
|
|
|
|
pkgdesc="Kernel module support files for the Zettabyte File System." |
|
|
|
|
depends=("spl-lts") |
|
|
|
|
arch=("i686" "x86_64") |
|
|
|
|
url="http://zfsonlinux.org/" |
|
|
|
|
source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz" |
|
|
|
|
source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.3.tar.gz" |
|
|
|
|
"zfs-utils.bash-completion-r1" |
|
|
|
|
"zfs-utils.initcpio.install" |
|
|
|
|
"zfs-utils.initcpio.hook" |
|
|
|
|
) |
|
|
|
|
md5sums=('0b183b0abdd5be287046ad9ce4f899fd' |
|
|
|
|
md5sums=('5bcc32c122934d421eba68e16826637d' |
|
|
|
|
'9ddb0c8a94861f929d0fa741fdc49950' |
|
|
|
|
'd36549e6e04d817051d50c3636f21132' |
|
|
|
|
'ffa2220e660198eaf404daa937394973' |
|
|
|
|
'ccabc291d08b72369d50311ed77b63a8' |
|
|
|
|
'8b57107ae89c4bc2aea6a7f6ab967e4e' |
|
|
|
|
'9a827c675f00753a63459aaef23c4d78' |
|
|
|
|
'c6b9d62ad2c5ef6216b4c674a230c5f3' |
|
|
|
|
'33aa777e7d6bd3e3008a10e3a7667f69' |
|
|
|
|
'25bab2b91793928591d3830cd32f6077') |
|
|
|
|
'ffa2220e660198eaf404daa937394973') |
|
|
|
|
license=("CDDL") |
|
|
|
|
groups=("archzfs-lts") |
|
|
|
|
provides=("zfs-utils") |
|
|
|
|
conflicts=("zfs-utils" "zfs-utils-git") |
|
|
|
|
|
|
|
|
|
build() { |
|
|
|
|
cd "${srcdir}/zfs-0.6.2" |
|
|
|
|
cd "${srcdir}/zfs-0.6.3" |
|
|
|
|
./autogen.sh |
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr \ |
|
|
|
@ -45,13 +39,13 @@ build() { |
|
|
|
|
--datadir=/usr/share \ |
|
|
|
|
--includedir=/usr/include \ |
|
|
|
|
--with-udevdir=/lib/udev \ |
|
|
|
|
--libexecdir=/usr/lib/zfs-0.6.2 \ |
|
|
|
|
--libexecdir=/usr/lib/zfs-0.6.3 \ |
|
|
|
|
--with-config=user |
|
|
|
|
make |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
package() { |
|
|
|
|
cd "${srcdir}/zfs-0.6.2" |
|
|
|
|
cd "${srcdir}/zfs-0.6.3" |
|
|
|
|
make DESTDIR="${pkgdir}" install |
|
|
|
|
|
|
|
|
|
# Remove uneeded files |
|
|
|
|