Skip to content

Commit

Permalink
nedit: be0ify
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Sep 2, 2019
1 parent 71c505d commit 1da8575
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 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 @@ -68,9 +67,9 @@ 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

}

0 comments on commit 1da8575

Please sign in to comment.