#!/usr/bin/make -f include ../source.mk nop: @: build: oh-autoconfigure -- \ --with-initscriptdir=no \ --without-drivedbdir \ --without-update-smart-drivedb \ --without-gnupg oh-autobuild touch $@ install: build oh-autoinstall sed '/$$Id:/d' dest/etc/smartd.conf 1>dest/etc/smartd.conf~ mv dest/etc/smartd.conf~ dest/etc/smartd.conf rm dest/usr/share/doc/smartmontools/AUTHORS rm dest/usr/share/doc/smartmontools/COPYING rm dest/usr/share/doc/smartmontools/ChangeLog* rm dest/usr/share/doc/smartmontools/INSTALL rm dest/usr/share/doc/smartmontools/NEWS rm dest/usr/share/doc/smartmontools/README rm dest/usr/share/doc/smartmontools/TODO oh-fixperms oh-strip oh-installfiles oh-shlibdeps