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