Skip to content

Commit

Permalink
Merge pull request #1228 from mariux64/fix-nedit-560
Browse files Browse the repository at this point in the history
Fix nedit 560
  • Loading branch information
pmenzel authored Sep 2, 2019
2 parents fbfee36 + 817ff7c commit 24b17ad
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions nedit-5.6-0.bee → nedit.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/bin/env beesh

# BEE_VERSION nedit-5.6.0-1

# SRCURL[0]="/src/mariux/x86_64/nedit/nedit-5.5-src.tar.gz"
SRCURL[0]="ftp://ftp.nluug.nl/pub/editors/NEdit/snapshot/nedit-latest-sources-HEAD.tar.gz"

PATCHURL[0]="https://bugzilla.redhat.com/attachment.cgi?id=135197 nedit-default-visual.patch"

PGRP=( uncategorized )


B=${S}

BEE_CONFIGURE=none
Expand Down Expand Up @@ -56,7 +55,7 @@ verify_config: check_tif_rule
}

mee_configure() {
bee_configure
bee_configure
}

mee_build() {
Expand All @@ -67,10 +66,10 @@ mee_install() {

mkdir -pv ${D}{${BINDIR},${MANDIR}/man1}

install -m 755 -o root -g system source/nedit source/nc ${D}${BINDIR}
install -m 644 -o root -g system doc/nc.man ${D}${MANDIR}/man1/nc.1
install -m 644 -o root -g system doc/nedit.man ${D}${MANDIR}/man1/nedit.1
install -m 755 source/nedit source/nc ${D}${BINDIR}

install -m 644 doc/nc.man ${D}${MANDIR}/man1/nc.1
install -m 644 doc/nedit.man ${D}${MANDIR}/man1/nedit.1

}

0 comments on commit 24b17ad

Please sign in to comment.