Skip to content
Permalink
077d6ef2a4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit ecc313f Sep 25, 2020 History
- SRCURL
- be0ify
1 contributor

Users who have contributed to this file

executable file 39 lines (27 sloc) 597 Bytes
#!/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
}