Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2115 from mariux64/add-zfs-back
Revert "zfs: remove"
  • Loading branch information
pmenzel committed Apr 27, 2021
2 parents a4247dc + d21a1db commit 306a489
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions zfs.be0
@@ -0,0 +1,53 @@
#!/usr/bin/env beesh

# BEE_VERSION zfs-0.8.2-2

# SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/zfs-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/9952c0fb48bf55df18053aa7084ea405/zfs-0.8.2.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--with-config=user \
--with-spec=generic \
--with-mounthelperdir=/usr/sbin \
--without-python
}

#mee_build() {
# bee_build prefix=${PREFIX}
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX}
#}

mee_install_post() {
start_cmd rm -vrf ${D}/etc/init.d
start_cmd rm -vrf ${D}/etc/sudoers.d
start_cmd rm -vrf ${D}/lib
start_cmd rm -vrf ${D}/usr/lib/modules-load.d
start_cmd rm -vrf ${D}/usr/lib/systemd
start_cmd rm -vrf ${D}/usr/share/zfs/zfs-tests
}

# [BEE] Conflicts with installed package found: spl-0.7.3-0.x86_64:
# [BEE] /usr/share/man/man5/spl-module-parameters.5

0 comments on commit 306a489

Please sign in to comment.