smlinux/net/mailcheck/mailcheck.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

29 lines
794 B
Text
Executable file

app=mailcheck
version=1.91.2
build=1sml
homepage="http://mailcheck.sourceforge.net/"
download="https://sourceforge.net/projects/mailcheck/files/mailcheck/$version/mailcheck_$version.tar.gz"
desc="Utility to show read and unread emails inside user directories"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
make
install -Dm 755 mailcheck $pkg/bin/mailcheck
install -Dm 644 mailcheckrc $pkg/etc/mailcheckrc
install -Dm 644 mailcheck.1 $pkg/share/man/man1/mailcheck.1
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
e80980993dd430eb5f04b330906e764b163a60c353baf0d4ee92009be6014667cbc93124049e39ecdb45b0980bd4c5bf3b8310ab30d8bc93331c94569acbe6a4 mailcheck-1.91.2.tar.lz
"