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