[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Wed Jul 11 19:02:48 UTC 2012


    Date: Wednesday, July 11, 2012 @ 15:02:48
  Author: tpowa
Revision: 163243

newpkg: add themes for claws-mail

Added:
  claws-mail-themes/
  claws-mail-themes/repos/
  claws-mail-themes/trunk/
  claws-mail-themes/trunk/PKGBUILD

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

Added: claws-mail-themes/trunk/PKGBUILD
===================================================================
--- claws-mail-themes/trunk/PKGBUILD	                        (rev 0)
+++ claws-mail-themes/trunk/PKGBUILD	2012-07-11 19:02:48 UTC (rev 163243)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=claws-mail-themes
+pkgver=20120129
+pkgrel=1
+pkgdesc="Claws Mail's themes"
+arch=('any')
+url="http://www.claws-mail.org/themes.php"
+license=('CCPL')
+depends=('claws-mail')
+source=("http://www.claws-mail.org/themes/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('930fdb9ee031275c762781e1e7bc7166')


Property changes on: claws-mail-themes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list