Skip to content

Commit

Permalink
cvs: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- be0ify
  • Loading branch information
wwwutz committed May 3, 2022
1 parent c7282c9 commit 3c50044
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
32 changes: 0 additions & 32 deletions cvs-1.11.23-0.bee

This file was deleted.

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

# BEE_VERSION cvs-1.11.23-1

# SRCURL[0]="http://download.savannah.gnu.org/releases/cvs/source/stable/${PKGVERSION}/cvs-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/0213ea514e231559d6ff8f80a34117f0/cvs-1.11.23.tar.bz2"

PATCHURL+=("https://beehive.molgen.mpg.de/97596e0e07ecc3fe4fe3c5bdeac58d42/cvs-1.11.23-0001-link-against-system-zlib.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/5a977b7e33756c104acad6be1f175613/cvs-1.11.23-0002-remove-getline-in-order-to-solve-conflict-with-curre.patch")

# BEE_CONFIGURE=compat

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 3c50044

Please sign in to comment.