Skip to content

Commit

Permalink
exiv2 rebuild v0.26
Browse files Browse the repository at this point in the history
- fix source URL
- remove /lib64 reference
- disable deprecated ssh
- fix bee file permissions
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 8ccbf92 commit 330267b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions exiv2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION exiv2-0.26-0
# BEE_VERSION exiv2-0.26-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://www.exiv2.org/builds/exiv2-${PKGVERSION}-trunk.tar.gz"
SRCURL[0]="https://github.com/Exiv2/exiv2/archive/v${PKGVERSION}.tar.gz exiv2-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -55,8 +55,10 @@ SRCURL[0]="http://www.exiv2.org/builds/exiv2-${PKGVERSION}-trunk.tar.gz"

mee_configure() {
bee_configure \
--enable-video \
--enable-webready
-DEXIV2_BUILD_SAMPLES=no \
-DEXIV2_ENABLE_WEBREADY=yes \
-DEXIV2_ENABLE_SSH=off \
-DEXIV2_ENABLE_CURL=yes
}

#mee_build() {
Expand Down

0 comments on commit 330267b

Please sign in to comment.