summaryrefslogtreecommitdiff
path: root/community/sylpheed
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/sylpheed
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/sylpheed')
-rw-r--r--community/sylpheed/PKGBUILD37
-rw-r--r--community/sylpheed/sylpheed.install11
2 files changed, 0 insertions, 48 deletions
diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD
deleted file mode 100644
index 31b2dd46d..000000000
--- a/community/sylpheed/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 79631 2012-11-09 11:59:26Z speps $
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: dorphell <dorphell@archlinux.org>
-
-pkgname=sylpheed
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="Lightweight and user-friendly e-mail client"
-arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/"
-license=('GPL')
-depends=('gpgme' 'gtkspell' 'desktop-file-utils')
-makedepends=('compface' 'openssl')
-options=('!libtool')
-install="$pkgname.install"
-source=("http://sylpheed.sraoss.jp/$pkgname/v3.3/$pkgname-$pkgver.tar.bz2")
-md5sums=('20442f81dbb4e7c59462360ad0bb1afb')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --enable-ldap
- make
-
- # Build Attachment-Tool Plug-in
- cd plugin/attachment_tool && make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-
- # Install Attachment-Tool Plug-in
- cd plugin/attachment_tool
- make DESTDIR="$pkgdir/" install-plugin
-}
diff --git a/community/sylpheed/sylpheed.install b/community/sylpheed/sylpheed.install
deleted file mode 100644
index e111ef946..000000000
--- a/community/sylpheed/sylpheed.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}