Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1227 from mariux64/fix-exiv2-0261
exiv2: rebuilt to get rid of samples
  • Loading branch information
donald committed Sep 2, 2019
2 parents 3ad277c + 58087fe commit 2629e7d
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions exiv2.be0
@@ -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 2629e7d

Please sign in to comment.