diff --git a/indent.be0 b/indent.be0 index 49b544190..1d704a6dc 100755 --- a/indent.be0 +++ b/indent.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION indent-2.2.12-0 +# BEE_VERSION indent-2.2.12-1 -SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/4764b6ac98f6654a35da117b8e5e8e14/indent-2.2.12.tar.gz" # PATCHURL[0]="" @@ -10,7 +11,25 @@ build_in_sourcedir # sourcesubdir_append src -mee_install_post () { +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + echo "">po/LINGUAS + bee_configure +} + +#mee_build() { +# bee_build +#} + +mee_install() { + bee_install # remove html rm -vrf ${D}/usr/doc -} \ No newline at end of file +}