Skip to content

Commit

Permalink
exiv2: rebuilt to get rid of samples
Browse files Browse the repository at this point in the history
- fixed wrong option
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 71c505d commit 58087fe
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 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-1
# BEE_VERSION exiv2-0.26-2

## 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 Down Expand Up @@ -55,7 +55,7 @@ SRCURL[0]="https://github.com/Exiv2/exiv2/archive/v${PKGVERSION}.tar.gz exiv2-${

mee_configure() {
bee_configure \
-DEXIV2_BUILD_SAMPLES=no \
-DEXIV2_ENABLE_BUILD_SAMPLES=no \
-DEXIV2_ENABLE_WEBREADY=yes \
-DEXIV2_ENABLE_SSH=off \
-DEXIV2_ENABLE_CURL=yes
Expand All @@ -69,21 +69,3 @@ mee_configure() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[${PKGVERSION}] is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##

0 comments on commit 58087fe

Please sign in to comment.