Skip to content

Commit

Permalink
Merge pull request #1747 from mariux64/fix-srcurl-rcs
Browse files Browse the repository at this point in the history
rcs: fix SRCURL
  • Loading branch information
wwwutz authored Feb 28, 2020
2 parents 83b0d6a + 1dc6b38 commit d5599be
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 34 deletions.
34 changes: 0 additions & 34 deletions rcs-5.7-0.bee

This file was deleted.

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

# BEE_VERSION rcs-5.7-1

# more info: https://foo.bar.com

# SRCURL[0]="http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar"
SRCURL[0]="https://beehive.molgen.mpg.de/f7b3f106bf87ff6344df38490f6a02c5/rcs-5.7.tar"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
autoconf
sed -i -e '82d' src/conf.sh
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install prefix=${D}/usr exec_prefix=${D}/usr
}

#mee_install_post() {
# exit
#}

0 comments on commit d5599be

Please sign in to comment.