# Contributor: Testuser_01 pkgname=swaks pkgver=20061116.0 pkgrel=1 pkgdesc="Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH" arch=("i686" "x86_64") url="http://jetmore.org/john/code/#swaks" license=('GPL') depends=('perl-net-dns') provides=('swaks') source=("http://jetmore.org/john/code/$pkgname") md5sums=('0be5dfe89ec415f0296680d61b3e4849') build() { install -m755 -D $pkgname "$pkgdir/usr/bin/$pkgname" || return 1 }