Skip to content
Permalink
update-openssh
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 43 lines (30 sloc) 637 Bytes
#!/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
#}