summaryrefslogtreecommitdiffstats
path: root/extra/email
diff options
context:
space:
mode:
Diffstat (limited to 'extra/email')
-rw-r--r--extra/email/APKBUILD25
-rw-r--r--extra/email/email-3.1.0-doc.patch10
-rw-r--r--extra/email/email-3.1.0-ldflags.patch11
3 files changed, 0 insertions, 46 deletions
diff --git a/extra/email/APKBUILD b/extra/email/APKBUILD
deleted file mode 100644
index a1301fe0..00000000
--- 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"
diff --git a/extra/email/email-3.1.0-doc.patch b/extra/email/email-3.1.0-doc.patch
deleted file mode 100644
index d7467844..00000000
--- a/extra/email/email-3.1.0-doc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- email-3.1.0.orig/configure.in Thu Jan 1 12:00:53 2009
-+++ email-3.1.0/configure.in Thu Jan 1 12:01:16 2009
-@@ -65,7 +65,6 @@
- CFLAGS="$CFLAGS -DUSE_GNU_STRFTIME"
- fi
-
--AC_SUBST(docdir, ["\${prefix}/doc/email-${version}"])
- AC_SUBST(ver, ["$version"])
-
- CFLAGS="$CFLAGS -I$cwd -I$cwd/src -I$cwd/include -I../include -I$cwd/dlib/include"
diff --git a/extra/email/email-3.1.0-ldflags.patch b/extra/email/email-3.1.0-ldflags.patch
deleted file mode 100644
index d08896ee..00000000
--- a/extra/email/email-3.1.0-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- email-3.1.0.orig/src/Makefile.in Tue Dec 30 13:16:08 2008
-+++ email-3.1.0/src/Makefile.in Tue Dec 30 13:17:00 2008
-@@ -18,7 +18,7 @@
- remotesmtp.o sig_file.o smtpcommands.o utils.o
-
- all: $(FILES)
-- $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(LDFLAGS) $(LIBS) $(DLIB)
-+ $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(DLIB) $(LDFLAGS) $(LIBS)
-
- clean:
- rm -f *.o *.d email