Skip to content

Commit

Permalink
Merge pull request #1784 from mariux64/update-grep-34
Browse files Browse the repository at this point in the history
grep: update from 2.18 to 3.4
  • Loading branch information
wwwutz authored Mar 12, 2020
2 parents 4fa2c1a + 9896333 commit 4d0fafd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 83 deletions.
83 changes: 0 additions & 83 deletions grep-2.18-0.bee

This file was deleted.

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

# BEE_VERSION grep-3.4-0
# old bee grep-2.18-0

# more info: https://foo.bar.com

#SRCURL[0]="https://ftp.gnu.org/gnu/grep/grep-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/111b117d22d6a7d049d6ae7505e9c4d2/grep-3.4.tar.xz"

# PATCHURL+=()

# 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_pre() {
make check
}

#mee_install() {
# bee_install
#}

0 comments on commit 4d0fafd

Please sign in to comment.