Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1af519fc7581a29191e310a10d8580f2c937ca8b

commit 1af519fc7581a29191e310a10d8580f2c937ca8b
Author: James Buren <[email protected]>
Date:   Fri Jul 18 06:15:44 2014 -0500

zfs-0.6.3-1-x86_64
* new package
* nobuild for now

diff --git a/source/base-extra/zfs/FrugalBuild 
b/source/base-extra/zfs/FrugalBuild
new file mode 100644
index 0000000..0b2af9b
--- /dev/null
+++ b/source/base-extra/zfs/FrugalBuild
@@ -0,0 +1,25 @@
+# Compiling Time: 0 SBU
+# Maintainer: James Buren <[email protected]>
+
+pkgname=zfs
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="ZFS"
+url="http://zfsonlinux.org";
+rodepends=('spl')
+makedepends=('spl-source')
+groups=('base-extra')
+archs=('!i686' 'x86_64')
+up2date="Flasttar $url"
+source=(http://archive.zfsonlinux.org/downloads/zfsonlinux/$pkgname/$pkgname-$pkgver.tar.gz
 fixes.patch)
+sha1sums=('b699e611c726aebc3882fa3d8d9eab4101fa4911' \
+          '3bfa05d3bf2e72de3ee1da65a68b5634caa3f562')
+options=('nobuild')
+Finclude kernel-module
+
+build()
+{
+       Fbuild --with-config=all --disable-sysvinit 
--with-systemdunitdir=/lib/systemd/system
+       Fbuild_kernelmod_scriptlet
+       Fkernelver_compress_modules
+}
diff --git a/source/base-extra/zfs/fixes.patch 
b/source/base-extra/zfs/fixes.patch
new file mode 100644
index 0000000..7bb6e33
--- /dev/null
+++ b/source/base-extra/zfs/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:09.000000000 -0500
++++ b/module/Makefile.in       2014-07-18 06:05:10.375381535 -0500
+@@ -5,7 +5,7 @@
+ subdir-m += zfs
+ subdir-m += zpios
+
+-INSTALL_MOD_DIR ?= extra
++INSTALL_MOD_DIR ?= kernel/extra
+
+ ZFS_MODULE_CFLAGS += -include @SPL_OBJ@/spl_config.h
+ ZFS_MODULE_CFLAGS += -include @abs_top_builddir@/zfs_config.h
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to