]> git.proxmox.com Git - mirror_zfs-debian.git/blame - PKGBUILD-zfs-modules.in
Leaf vdevs should not be reopened
[mirror_zfs-debian.git] / PKGBUILD-zfs-modules.in
CommitLineData
6ba3b446
PS
1# Maintainer: Prakash Surya <surya1@llnl.gov>
2pkgname=@ZFS_META_NAME@-modules
3pkgver=@ZFS_META_VERSION@
4pkgrel=@ZFS_META_RELEASE@
5pkgdesc="Contains kernel modules and support utilities for the zfs file system."
6arch=(x86_64)
7url="git://github.com/zfsonlinux/zfs.git"
8license=(@ZFS_META_LICENSE@)
9depends=('spl-modules')
10source=(@ZFS_META_NAME@-@ZFS_META_VERSION@.tar.gz)
11
12build() {
13 cd $srcdir/@ZFS_META_NAME@-@ZFS_META_VERSION@
14 ./configure --with-config=kernel
15 make
16}
17
18package() {
19 cd $srcdir/@ZFS_META_NAME@-@ZFS_META_VERSION@
20 make DESTDIR=$pkgdir install
21}