Skip to content
Permalink
update-mpfr-402
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 34 lines (21 sloc) 393 Bytes
#!/bin/env beesh
SRCURL[0]="http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar"
PATCHURL[0]=""
PGRP=( uncategorized )
# BEE_CONFIGURE=compat
# EXCLUDE=""
B=${S}
mee_patch() {
bee_patch
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
}