Skip to content

Commit

Permalink
Merge pull request #553 from mariux64/add-spl-zfs-0.7.3
Browse files Browse the repository at this point in the history
Add spl/zfs version 0.7.3
  • Loading branch information
donald authored Jan 31, 2018
2 parents b4e4797 + 2ec72fc commit e4d8382
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
35 changes: 35 additions & 0 deletions spl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION spl-0.7.3-0

SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/spl-${PKGVERSION}.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
}

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

#mee_install() {
# bee_install prefix=${D}/${PREFIX}
#}
43 changes: 43 additions & 0 deletions zfs.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION zfs-0.7.3-0

SRCURL[0]="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PKGVERSION}/zfs-${PKGVERSION}.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
}

#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}/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
}

0 comments on commit e4d8382

Please sign in to comment.