Skip to content

Commit

Permalink
Merge pull request #2374 from mariux64/update-libexif-0623
Browse files Browse the repository at this point in the history
libexif: update 0.6.20 to 0.6.23
  • Loading branch information
wwwutz authored Oct 1, 2021
2 parents ae234bb + 674e3c5 commit 69698cd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
30 changes: 0 additions & 30 deletions libexif-0.6.20-0.bee

This file was deleted.

29 changes: 29 additions & 0 deletions libexif.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/bin/env beesh

# BEE_VERSION libexif-0.6.23-0

# SRCURL[0]="https://github.com/libexif/libexif/releases/download/v0.6.23/libexif-0.6.23.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/d19d35254ee995d288056bac19241ad7/libexif-0.6.23.tar.bz2"

# PATCHURL[0]=""

#mee_patch() {
# bee_patch
#}

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
cd ${D} && rm -r usr/share/doc
}

0 comments on commit 69698cd

Please sign in to comment.