Skip to content

Update scite from 2.23 to 4.0.5 #802

Merged
merged 4 commits into from
Jun 11, 2018
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions scite-2.23-1.bee → scite.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/env beesh

SRCURL[0]="http://prdownloads.sourceforge.net/scintilla/scite223.tgz?download scite223.tgz"
# BEE_VERSION scite-4.0.5-0

SRCURL[0]="https://www.scintilla.org/scite405.tgz"

PATCHURL[0]=""

Expand All @@ -23,7 +25,7 @@ mee_patch() {
}

mee_configure() {
bee_configure
bee_configure
}

mee_build() {
Expand All @@ -34,7 +36,7 @@ mee_build() {
}

mee_install() {
bee_install
make install prefix=${D}/${PREFIX}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the rational to the commit message. Why does bee_install fail?

ln -s SciTE ${D}${BINDIR}/scite
}