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 9bd803f Nov 26, 2019 History
- get rid of compat dependency to enchant
2 contributors

Users who have contributed to this file

@wwwutz @donald
executable file 42 lines (29 sloc) 568 Bytes
#!/usr/bin/env beesh
# BEE_VERSION bluefish-2.2.10-0
SRCURL[0]="http://www.bennewitz.com/bluefish/stable/source/bluefish-${PKGVERSION}.tar.bz2"
PATCHURL[0]=""
# BEE_CONFIGURE=compat
# BEE_BUILDTYPE=
# EXCLUDE=""
# build_in_sourcedir
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
bee_configure \
--disable-update-databases \
--enable-xml-catalog-update \
--disable-nls
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}
#mee_install_post() {
# exit
#}