summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2013-09-10 18:00:40 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2013-09-10 18:00:40 +0200
commitdbde5ffd47db3eefb6e8429776f57a12270f5f5b (patch)
tree39e75012175c83621e7f8e9a858f388edf60d624
parent76fafe5e8bd99b345a7c7699447e4cc5d5382f19 (diff)
downloadarch-packages-dbde5ffd47db3eefb6e8429776f57a12270f5f5b.tar.gz
update makefile and readme
-rw-r--r--Makefile4
-rw-r--r--README.rst2
-rw-r--r--mutt-nntp/PKGBUILD1
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9429da..085f453 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,10 @@
SLNUNICODE = slnunicode-git
LUAMD5 = lua-md5-git
SWIG = swig-git
+MUTT_NNTP = mutt-nntp
# collections
-PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG)
+PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) $(MUTT_NNTP)
VERFY = $(PKGS:%=verify-%)
SOURCE = $(PKGS:%=source-%)
@@ -37,6 +38,7 @@ $(SOURCE):
slnunicode: $(SLNUNICODE)
luamd5: $(LUAMD5)
swig: $(SWIG)
+mutt-nntp: $(MUTT_NNTP)
info:
@echo settings:
diff --git a/README.rst b/README.rst
index d240290..3b0c741 100644
--- a/README.rst
+++ b/README.rst
@@ -29,11 +29,13 @@ Currently comprises development versions of these packages:
(#) LuaMD5_. (``lua-md5-git``)
(#) `Selene Unicode`_ (``slnunicode-git``)
(#) SWIG_ (``swig-git``)
+(#) Mutt/NNTP
.. _ArchLinux: https://www.archlinux.org
.. _Bitbucket: https://bitbucket.org/phg/packages
.. _LuaMD5: https://aur.archlinux.org/packages/lua-md5-git/
.. _Selene Unicode: https://aur.archlinux.org/packages/slnunicode-git
.. _SWIG: https://aur.archlinux.org/packages/swig-git
+
.. _me: mailto:phg42.2a@gmail.com
diff --git a/mutt-nntp/PKGBUILD b/mutt-nntp/PKGBUILD
index 95584b0..e9750dd 100644
--- a/mutt-nntp/PKGBUILD
+++ b/mutt-nntp/PKGBUILD
@@ -72,7 +72,6 @@ build() {
--with-gss=/usr \
--with-ssl=/usr \
--with-sasl \
- --with-slang \
--with-idn \
make