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 all 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
14 changes: 6 additions & 8 deletions scite-2.23-1.bee → scite.be0
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
#!/bin/env beesh

SRCURL[0]="http://prdownloads.sourceforge.net/scintilla/scite223.tgz?download scite223.tgz"

PATCHURL[0]=""

PGRP=( uncategorized )
# BEE_VERSION scite-4.0.5-0

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

PATCHURL[0]=""

BEE_CONFIGURE=none

# EXCLUDE=""

B=${S}
build_in_sourcedir

mee_extract() {
tar xof ${1} -C ${S}
Expand All @@ -23,7 +21,7 @@ mee_patch() {
}

mee_configure() {
bee_configure
bee_configure
}

mee_build() {
Expand All @@ -34,7 +32,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
}