[arch-commits] Commit in weechat/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Jul 9 17:44:44 UTC 2009


    Date: Thursday, July 9, 2009 @ 13:44:44
  Author: giovanni
Revision: 45300

upgpkg: weechat 0.2.6.3-2
    Fixed FS15445

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-09 11:17:53 UTC (rev 45299)
+++ PKGBUILD	2009-07-09 17:44:44 UTC (rev 45300)
@@ -1,24 +1,26 @@
 # $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
 pkgver=0.2.6.3
-pkgrel=1
-pkgdesc="Fast, light & extensible IRC client (curses UI)"
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
+url="http://weechat.flashtux.org/index.php?lang=en"
 license=('GPL')
-url="http://weechat.flashtux.org/index.php?lang=en"
-depends=('perl>=5.10' 'python>=2.6' 'ruby' 'gnutls>=2.6.4' 'lua' 'aspell')
+depends=('gnutls>=2.6.4' 'aspell')
+makedepends=('pkgconfig')
+optdepends=('perl>=5.10' 'python>=2.6' 'ruby' 'lua')
 source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.bz2)
 options=(!libtool)
 md5sums=('ebc2874ae82c29b7ab005f5812b61598')
-sha1sums=('f30afb14a0b3920baab349e0efaef17fd5b0ce5e')
 
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-debug=0 LDFLAGS="-lm -ldl" || return 1
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR="${pkgdir}/" install
 }
+




More information about the arch-commits mailing list