Skip to content

Commit

Permalink
libminizip: Add version 1.2.12
Browse files Browse the repository at this point in the history
dependency of keepassxc
is part of zlib
  • Loading branch information
david committed Apr 1, 2022
1 parent 6e52192 commit b06bd50
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions libminizip.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/bin/env beesh

# BEE_VERSION libminizip-1.2.12-0

# SRCURL="https://www.zlib.net/zlib-${PKGVERSION}.tar.xz"

SRCURL[0]="https://beehive.molgen.mpg.de/28687d676c04e7103bb6ff2b9694c471/zlib-1.2.12.tar.xz"

mee_patch() {
cd ${S}/contrib/minizip
libtoolize
aclocal
autoconf
automake --add-missing
}

mee_configure() {
start_cmd ${S}/contrib/minizip/configure --prefix=${PREFIX}
}

mee_build() {
bee_build
make check
}

mee_install() {
bee_install
}

0 comments on commit b06bd50

Please sign in to comment.