[arch-commits] CVS update of extra/network/claws-mail-extra-plugins (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Sep 8 12:52:52 UTC 2007


    Date: Saturday, September 8, 2007 @ 08:52:52
  Author: andyrtr
    Path: /home/cvs-extra/extra/network/claws-mail-extra-plugins

   Added: PKGBUILD (1.1)

updatepkg 3.0.0; added extra plugins pkg


----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)


Index: extra/network/claws-mail-extra-plugins/PKGBUILD
diff -u /dev/null extra/network/claws-mail-extra-plugins/PKGBUILD:1.1
--- /dev/null	Sat Sep  8 08:52:52 2007
+++ extra/network/claws-mail-extra-plugins/PKGBUILD	Sat Sep  8 08:52:52 2007
@@ -0,0 +1,34 @@
+# Contributor: Mildred <mildred593 at online dot fr>
+# kate: hl Bash;
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Extra plugins for claws-mail"
+url="http://www.claws-mail.org/plugins.php?branch=EXT"
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=("claws-mail>=$pkgver" 'poppler' 'libxml2' 'curl' 'libgtkhtml' 'gpgme' 'libetpan' 'ghostscript' 'poppler-glib' 'libnotify')
+makedepends=('make' 'bc')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin' 'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin' 'sylpheed-claws-extra-plugins')
+replaces=('sylpheed-claws-extra-plugins')
+options=(!LIBTOOL)
+source=("http://switch.dl.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-extra-plugins-$pkgver.tar.bz2")
+md5sums=('c59f022987fb8136b6d4a8a0611d2d39')
+
+build() {
+    cd "$startdir/src/claws-mail-extra-plugins-$pkgver"
+    for dir in *; do
+        # Continue if it is not a directory or the synce plugin
+        [ ! -d "$dir" ] && continue
+        echo "$dir" | grep synce >/dev/null 2>/dev/null && continue
+        # Else, compile
+        cd "$dir"
+        [ -e "$configured_file" ] || \
+            ./configure --prefix=/usr --disable-static || return 1
+        touch "arch-configured"
+        make || return 1
+        make DESTDIR=$startdir/pkg install || return 1
+        cd ..
+    done
+}




More information about the arch-commits mailing list