summaryrefslogtreecommitdiffstats
path: root/swaks/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-17 12:04:10 +0200
commit545b0b7de32c86264d4ec1eb7b7610e4c1c85946 (patch)
tree9ad399ce5176aee3c98f216f54a12a3e6d5290c6 /swaks/PKGBUILD
parent8dc1d552c0bab7b72371c3a1529e365410c7548c (diff)
parentac57415603ea60e9af632e70827dffa22cfff584 (diff)
downloadaur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.gz
aur-packages-545b0b7de32c86264d4ec1eb7b7610e4c1c85946.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
Diffstat (limited to 'swaks/PKGBUILD')
-rw-r--r--swaks/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/swaks/PKGBUILD b/swaks/PKGBUILD
new file mode 100644
index 0000000..f61f3f9
--- /dev/null
+++ b/swaks/PKGBUILD
@@ -0,0 +1,16 @@
+# Contributor: Testuser_01 <siebler_n@gmx.de>
+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
+}