Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77testing2.git;a=commitdiff;h=3b8a291c76daaed8a048a087cff8e18665714d6e
commit 3b8a291c76daaed8a048a087cff8e18665714d6e Author: James Buren <[email protected]> Date: Fri Jul 18 04:44:21 2014 -0500 spl-0.6.3-1-x86_64 * new package * nobuild for now diff --git a/source/base-extra/spl/FrugalBuild b/source/base-extra/spl/FrugalBuild new file mode 100644 index 0000000..9272676 --- /dev/null +++ b/source/base-extra/spl/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0.1 SBU +# Maintainer: James Buren <[email protected]> + +pkgname=spl +pkgver=0.6.3 +pkgrel=1 +pkgdesc="ZFS Solaris Porting Layer" +url="http://zfsonlinux.org" +depends=('glibc') +groups=('base-extra') +archs=('!i686' 'x86_64') +up2date="Flasttar $url" +source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/$pkgname/$pkgname-$pkgver.tar.gz fixes.patch) +options=('nobuild') +sha1sums=('b1f67d1d18a3475f547ef180084a2cc10179fcd9' \ + '4c511c237c9fab18e3c06881e9facb73d384e0c2') +Finclude kernel-module + +subpkgs=("$pkgname-source") +subrodepends=("$pkgname=$pkgver-$pkgrel") +subdescs=("Source code for the ZFS Solaris Porting Layer") +subgroups=("devel-extra") +subarchs=("${archs[*]}") + +build() +{ + Fbuild --with-config=all + Fbuild_kernelmod_scriptlet + Fkernelver_compress_modules + Fsplit $pkgname-source /usr/src +} diff --git a/source/base-extra/spl/fixes.patch b/source/base-extra/spl/fixes.patch new file mode 100644 index 0000000..d0dd884 --- /dev/null +++ b/source/base-extra/spl/fixes.patch @@ -0,0 +1,12 @@ +diff -ur a/module/Makefile.in b/module/Makefile.in +--- a/module/Makefile.in 2014-06-12 15:58:19.000000000 -0500 ++++ b/module/Makefile.in 2014-07-18 04:35:42.041579117 -0500 +@@ -1,7 +1,7 @@ + subdir-m += spl + subdir-m += splat + +-INSTALL_MOD_DIR ?= extra ++INSTALL_MOD_DIR ?= kernel/lib + + SPL_MODULE_CFLAGS = -I@abs_top_srcdir@/include + SPL_MODULE_CFLAGS += -include @abs_top_builddir@/spl_config.h _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
