Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dos2unix: update to 7.4.1
- SRCURL
- be0ify
  • Loading branch information
wwwutz committed Sep 25, 2020
1 parent 9d46a0e commit ecc313f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
35 changes: 0 additions & 35 deletions dos2unix-5.3.2-0.bee

This file was deleted.

39 changes: 39 additions & 0 deletions dos2unix.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION dos2unix-7.4.1-0

# SRCURL[0]="http://waterlan.home.xs4all.nl/dos2unix/dos2unix-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6b402c10899416707da60188cd6bb0f3/dos2unix-7.4.1.tar.gz"

# PATCHURL[0]=""


# build_in_sourcedir

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

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

mee_patch_post() {
sed -i 's/^ENABLE_NLS/DISABLE_NLS/' Makefile
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rv ${D}/usr/share/doc
}

0 comments on commit ecc313f

Please sign in to comment.