Skip to content
Permalink
726b4877f9
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
@wwwutz
Latest commit 619cd3d Sep 30, 2020 History
- SRCURL
- bootstrapping
- cleanup
3 contributors

Users who have contributed to this file

@pmenzel @wwwutz @donald
executable file 39 lines (28 sloc) 683 Bytes
#!/usr/bin/env beesh
# BEE_VERSION rdesktop-1.9.0_p2-0
# SRCURL[0]="https://github.com/rdesktop/rdesktop/releases/download/v${PKGVERSION}/rdesktop-${PKGVERSION}.tar.gz"
# bee download https://github.com/rdesktop/rdesktop.git
SRCURL[0]="https://beehive.molgen.mpg.de/0e3f2797e5028b908830303a87ba134b/rdesktop-1.9.0_p2_1620a26.tar.bz2"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_patch_post() {
./bootstrap
}
mee_configure() {
bee_configure \
--disable-credssp \
--disable-smartcard
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}