Skip to content

Commit

Permalink
itstool: update to 2.0.6
Browse files Browse the repository at this point in the history
- be0ify
- fixed SRCURL
- update to 2.0.6
- burn in python with libxml2 to be removed later
  • Loading branch information
wwwutz committed Feb 25, 2020
1 parent 0df44d2 commit 500aa8f
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 500aa8f

Please sign in to comment.