Skip to content

Commit

Permalink
Merge pull request #1428 from mariux64/fix-lrzsz-01220
Browse files Browse the repository at this point in the history
lrzsz: rebuild
  • Loading branch information
wwwutz authored Oct 31, 2019
2 parents 05cddf1 + d0c25c5 commit d557613
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 35 deletions.
35 changes: 0 additions & 35 deletions lrzsz-0.12.20-0.bee

This file was deleted.

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

# BEE_VERSION lrzsz-0.12.20-1

# more info: https://www.ohse.de/uwe/software/lrzsz.html

SRCURL[0]="https://ohse.de/uwe/releases/lrzsz-${PKGVERSION}.tar.gz"

BEE_MAKEFLAGS=-j1
# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

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

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

mee_patch_post() {
set -x
sed -i 's/${CC-cc} -E/${CC-cc} -O2 -fPIC -E/g' configure
sed -i '/^SUBDIRS =/ s/ po / /' Makefile.in
sed -i 's/\(rm -f \)\($(bindir)\)/\1$(DESTDIR)\2/' src/Makefile.in
set +x
}

#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build --debug=vi DESTDIR=${D}
}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# cd ${D}; find . -ls
# exit
#}

0 comments on commit d557613

Please sign in to comment.