Skip to content

Commit

Permalink
Merge pull request #1724 from mariux64/update-itstool-206
Browse files Browse the repository at this point in the history
itstool: update to 2.0.6
  • Loading branch information
wwwutz authored Feb 25, 2020
2 parents 63b6040 + 500aa8f commit 665d3a5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
37 changes: 0 additions & 37 deletions itstool-1.2.0-0.bee

This file was deleted.

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

# BEE_VERSION itstool-2.0.6-0

# SRCURL[0]="http://files.itstool.org/itstool/itstool-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/4306eeba4f4aee6b393d14f9c3c57ca1/itstool-2.0.6.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
PYTHON=/pkg/python-3.7.4-2/bin/python3 \
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 665d3a5

Please sign in to comment.