summaryrefslogtreecommitdiffstats
path: root/extra/email/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/email/APKBUILD')
-rw-r--r--extra/email/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/email/APKBUILD b/extra/email/APKBUILD
deleted file mode 100644
index a1301fe04..000000000
--- a/extra/email/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
-pkgname=email
-pkgver=3.1.2
-pkgrel=0
-pkgdesc="A command line SMTP client that's simple"
-url="http://www.cleancode.org/projects/email"
-license="GPL"
-depends="uclibc openssl"
-makedepends="openssl-dev"
-source="http://www.cleancode.org/downloads/email/email-3.1.2.tar.bz2"
-
-subpackages="$pkgname-doc"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="468c32758a01d1def084b5a7aaf631ac email-3.1.2.tar.bz2"