Skip to content

Commit

Permalink
Merge pull request #2428 from mariux64/fix-srcurl-pbzip2-1113
Browse files Browse the repository at this point in the history
pbzip2: fix SRCURL
  • Loading branch information
wwwutz authored Oct 27, 2021
2 parents 63e3e56 + 05e5ae1 commit 2e6e9ad
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions pbzip2-1.1.13-0.bee

This file was deleted.

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

# BEE_VERSION pbzip2-1.1.13-1

# SRCURL[0]="https://launchpad.net/pbzip2/${PKGVERSION[2]}/${PKGVERSION}/+download/pbzip2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4cb87da2dba05540afce162f34b3a9a6/pbzip2-1.1.13.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() {
# bee_install
#}

0 comments on commit 2e6e9ad

Please sign in to comment.