diff --git a/exiv2.be0 b/exiv2.be0 index cafe574f8..04f61baab 100755 --- a/exiv2.be0 +++ b/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.) @@ -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 @@ -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/ -##