Skip to content

libtiff-compat: fix version 1.0.0 #1437

Merged
merged 1 commit into from
Nov 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
@@ -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
#}