Skip to content

Commit

Permalink
Merge pull request #2282 from mariux64/update-lvm2
Browse files Browse the repository at this point in the history
lvm2: update 2.02.100 t0 2.03.13
  • Loading branch information
wwwutz authored Sep 13, 2021
2 parents a102392 + 9806f32 commit c45a68e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 30 deletions.
30 changes: 0 additions & 30 deletions lvm2-2.02.100-0.bee

This file was deleted.

27 changes: 27 additions & 0 deletions lvm2.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/env beesh

# BEE_VERSION lvm2-2.03.13-0

# SRCURL[0]="ftp://sourceware.org/pub/lvm2/LVM2.2.03.13.tgz"
SRCURL[0]="https://beehive.molgen.mpg.de/c4be18fcb94c84c26f71ff4235917c28/LVM2.2.03.13.tgz"

# PATCHURL[0]=""

build_in_sourcedir

#mee_patch() {
# bee_patch
#}

mee_configure() {
bee_configure \
--enable-pkgconfig
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit c45a68e

Please sign in to comment.