Skip to content

Commit

Permalink
Merge pull request #802 from mariux64/update-scite-from-2.23-to-4.0.5
Browse files Browse the repository at this point in the history
Update scite from 2.23 to 4.0.5
  • Loading branch information
donald authored Jun 11, 2018
2 parents 46832f3 + 3ca112c commit 2540450
Showing 1 changed file with 6 additions and 8 deletions.
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}
ln -s SciTE ${D}${BINDIR}/scite
}

0 comments on commit 2540450

Please sign in to comment.