Skip to content

Commit

Permalink
Merge pull request #1477 from mariux64/fix-smartmontools-660
Browse files Browse the repository at this point in the history
smartmontools: fix SRCURL
  • Loading branch information
wwwutz authored Nov 18, 2019
2 parents bda576b + e88d848 commit 6b1d370
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions smartmontools.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#!/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+=()

# EXCLUDE+=()

# build_in_sourcedir


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -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() {
Expand All @@ -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}"'

0 comments on commit 6b1d370

Please sign in to comment.