Skip to content

Commit

Permalink
Merge pull request #1589 from mariux64/update-flex-264
Browse files Browse the repository at this point in the history
flex: update from 2.6.0 to 2.6.4
  • Loading branch information
wwwutz authored Jan 20, 2020
2 parents 77076af + c5a5c45 commit 9946629
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 87 deletions.
87 changes: 0 additions & 87 deletions flex-2.6.0-0.bee

This file was deleted.

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

# BEE_VERSION flex-2.6.4-0

# more info: https://github.com/westes/flex
# https://www.archlinux.org/packages/core/x86_64/flex/

SRCURL[0]="https://github.com/westes/flex/releases/download/v${PKGVERSION}/flex-${PKGVERSION}.tar.gz"

PATCHURL+=( /src/mariux/md5repo/0a8e8242b37c57b0bc0c6f673bceb5b7/flex-pie.patch )

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
ln -s flex ${D}/usr/bin/lex
rm -rvf ${D}/usr/share/doc
}

0 comments on commit 9946629

Please sign in to comment.