Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libgexiv2: fix SRCURL and install
- fixed SRCURL
- make -j80 install might not fail anymore
  • Loading branch information
wwwutz committed Sep 14, 2021
1 parent ca5cb52 commit 02759fd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions libgexiv2.be0
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION libgexiv2-0.10.8-0
# BEE_VERSION libgexiv2-0.10.8-2

SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/fcbaa7233fc076a6743c22da746956be/gexiv2-0.10.8.tar.xz"

PATCHURL[0]=""
#PATCHURL[0]=""

BEE_BUILDTYPE=autotools

Expand All @@ -30,6 +31,8 @@ mee_configure() {
# bee_build
#}

#mee_install() {
# bee_install
#}
# install not parallel build proof
mee_install() {
BEE_MAKEFLAGS='-j1' \
bee_install
}

0 comments on commit 02759fd

Please sign in to comment.