Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libexif: update 0.6.20 to 0.6.23
- source moved to github.com
- be0ify
- fixed SRCURL
- NLS=1
- cleanup
  • Loading branch information
wwwutz committed Sep 30, 2021
1 parent 389670f commit 674e3c5
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
@@ -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 674e3c5

Please sign in to comment.