]> git.proxmox.com Git - mirror_spl-debian.git/blob - PKGBUILD-spl-modules.in
a04bd4fcf0a0e917467ed3c36a106528fc38f070
[mirror_spl-debian.git] / PKGBUILD-spl-modules.in
1 # Maintainer: Prakash Surya <surya1@llnl.gov>
2 pkgname=@SPL_META_NAME@-modules
3 pkgver=@SPL_META_VERSION@
4 pkgrel=@SPL_META_RELEASE@
5 pkgdesc="Contains kernel modules for emulating Solaris style primatives in the linux kernel."
6 arch=(x86_64)
7 url="git://github.com/zfsonlinux/spl.git"
8 license=(@LICENSE@)
9 source=(@SPL_META_NAME@-@SPL_META_VERSION@.tar.gz)
10
11 build() {
12 cd $srcdir/@SPL_META_NAME@-@SPL_META_VERSION@
13 ./configure --with-config=kernel \
14 --prefix=/usr \
15 --sysconfdir=/etc \
16 --libexecdir=/usr/lib
17 make
18 }
19
20 package() {
21 cd $srcdir/@SPL_META_NAME@-@SPL_META_VERSION@
22 make DESTDIR=$pkgdir install
23 }