diff --git a/dosfstools.be0 b/dosfstools.be0 index 537bf6b61..3e84a2749 100755 --- a/dosfstools.be0 +++ b/dosfstools.be0 @@ -1,13 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION dosfstools-4.1-0 +# BEE_VERSION dosfstools-4.1-1 SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/904948bd091b8f6b28eeb164bc0a986f/dosfstools-4.1.tar.gz" # PATCHURL+=() -# EXCLUDE+=() - # build_in_sourcedir #mee_extract() { @@ -18,15 +17,9 @@ SRCURL[0]="https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfs # bee_patch "${@}" #} -#mee_configure_pre() { -# cd $S -# start_cmd aclocal -# start_cmd autoconf -# start_cmd automake -a -#} - mee_configure() { - bee_configure --enable-compat-symlinks + bee_configure \ + --enable-compat-symlinks } #mee_build() { @@ -38,6 +31,5 @@ mee_configure() { #} mee_install_post() { - start_cmd rm -r ${D}${DOCDIR} + rm -r ${D}/usr/share/doc } -## by default this may be 'make install DESTDIR="${D}"'