Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1437 from mariux64/fix-libtiff-compat-100
libtiff-compat: fix version 1.0.0
  • Loading branch information
wwwutz committed Nov 1, 2019
2 parents 2496022 + 7312291 commit 09464e9
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 89 deletions.
89 changes: 0 additions & 89 deletions libtiff-compat-1.0.0-0.bee

This file was deleted.

43 changes: 43 additions & 0 deletions libtiff-compat.be0
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION libtiff-compat-1.0.0-1

# more info: https://foo.bar.com

# SRCURL[0]="https://SERVER/PATH/NAME.${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/tiff-3.9.4-0.x86_64.bee.tar.bz2 \
/usr/lib/libtiff.so.3 \
/usr/lib/libtiff.so.3.9.4 \
/usr/lib/libtiffxx.so.3 \
/usr/lib/libtiffxx.so.3.9.4

}

#mee_install_post() {
# exit
#}

0 comments on commit 09464e9

Please sign in to comment.