Skip to content
Permalink
cfce7a5f90
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
- be0ify
- fixed SRCURL
1 contributor

Users who have contributed to this file

executable file 27 lines (19 sloc) 413 Bytes
#!/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
#}