From 0ff008e3c9dcc5ef088f481dfff3dcd121575598 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 27 Aug 2014 05:07:26 -0300 Subject: move some packages from [social] to [pcr] and remove unused [social] --- social/anubis/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 social/anubis/PKGBUILD (limited to 'social/anubis') diff --git a/social/anubis/PKGBUILD b/social/anubis/PKGBUILD deleted file mode 100644 index 1b345a943..000000000 --- a/social/anubis/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Nicolás Reynolds -# Contributor (Arch): Nathan Owe -pkgname=anubis -pkgver=4.1.1 -pkgrel=2 -pkgdesc="An SMTP message submission daemon. " -arch=('i686') -url="http://www.gnu.org/software/anubis/" -license=('GPL3') -depends=('guile' 'gpgme' 'gnutls' 'gsasl' 'pam' 'pcre' 'tcp_wrappers') -source=(ftp://ftp.gnu.org/gnu/anubis/$pkgname-$pkgver.tar.gz) -md5sums=('28df4daee11bc74a9e4b19b425d8a196') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr \ - --with-pam \ - --with-pcre \ - --with-tcp-wrappers \ - --with-socks-proxy - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir/ install -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf