Skip to content

Commit

Permalink
Merge pull request #1686 from mariux64/fix-srcurl-procinfo-ng
Browse files Browse the repository at this point in the history
procinfo-ng: fix SRCURL
  • Loading branch information
wwwutz authored Feb 11, 2020
2 parents f9fbeab + 7ddc69b commit 5560e42
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions procinfo-ng.be0
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION procinfo-ng-2.0.304-0
# BEE_VERSION procinfo-ng-2.0.304-1

SRCURL[0]="https://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/procinfo-ng-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/procinfo-ng-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ed018fe37becc36ceb1ebe3ed909c4d2/procinfo-ng-2.0.304.tar.bz2"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()
# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -27,9 +24,9 @@ build_in_sourcedir
#}

#mee_build() {
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
# bee_build
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
# bee_install
#}

0 comments on commit 5560e42

Please sign in to comment.