diff --git a/smartmontools.be0 b/smartmontools.be0 index 95c00fa60..f4d098ffd 100755 --- a/smartmontools.be0 +++ b/smartmontools.be0 @@ -1,8 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION smartmontools-6.6-0 +# BEE_VERSION smartmontools-6.6-1 -SRCURL[0]="http://downloads.sourceforge.net/project/smartmontools/smartmontools/${PKGVERSION}/smartmontools-${PKGVERSION}.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fsmartmontools%2Ffiles%2F" +SRCURL[0]="https://downloads.sourceforge.net/smartmontools/smartmontools-${PKGVERSION}.tar.gz" # PATCHURL+=() @@ -10,7 +10,6 @@ SRCURL[0]="http://downloads.sourceforge.net/project/smartmontools/smartmontools/ # build_in_sourcedir - #mee_extract() { # bee_extract "${@}" #} @@ -21,9 +20,9 @@ SRCURL[0]="http://downloads.sourceforge.net/project/smartmontools/smartmontools/ mee_configure() { bee_configure \ - --with-systemdsystemunitdir=no \ - --with-initscriptdir=no \ - --with-smartdplugindir=no + --with-systemdsystemunitdir=no \ + --with-initscriptdir=no \ + --with-smartdplugindir=no } #mee_build() { @@ -32,10 +31,9 @@ mee_configure() { mee_install() { bee_install - rm -rf ${D}/usr/share/doc - rm -rf ${D}/etc - rm -rf ${D}/usr/share/man/man5 - rm -f ${D}/usr/sbin/{smartd,update-smart-drivedb} - rm -f ${D}/usr/share/man/man8/{smartd,update-smart-drivedb}.8 + rm -vrf ${D}/usr/share/doc + rm -vrf ${D}/etc + rm -vrf ${D}/usr/share/man/man5 + rm -vf ${D}/usr/sbin/{smartd,update-smart-drivedb} + rm -vf ${D}/usr/share/man/man8/{smartd,update-smart-drivedb}.8 } -## by default this may be 'make install DESTDIR="${D}"'