Skip to content

Commit

Permalink
Merge pull request #809 from mariux64/update-ed
Browse files Browse the repository at this point in the history
ed: update from 1.9 to 1.14
  • Loading branch information
pmenzel authored Jun 8, 2018
2 parents 8ecfa85 + fec1758 commit c094f09
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 85 deletions.
85 changes: 0 additions & 85 deletions ed-1.9-0.bee

This file was deleted.

33 changes: 33 additions & 0 deletions ed.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION ed-1.14.2-0
SRCURL[0]="https://ftp.gnu.org/pub/gnu/ed/ed-${PKGVERSION}.tar.lz"

# build_in_sourcedir

BEE_BUILDTYPE=autotools

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# start_cmd ${S}/configure --prefix=/usr
#}

mee_build() {
make CFLAGS='-Wno-misleading-indentation'
}

mee_install() {
# make install DESTDIR=${D}
bee_install
mkdir ${D}/bin
ln -s /usr/bin/ed ${D}/bin/ed
ln -s /usr/bin/red ${D}/bin/red
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit c094f09

Please sign in to comment.