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

Giovanni Scafora giovanni at archlinux.org
Wed Sep 30 23:57:58 UTC 2009


    Date: Wednesday, September 30, 2009 @ 19:57:57
  Author: giovanni
Revision: 53441

upgpkg: weechat 0.3.0-3
    perl 5.10.1 rebuild

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-30 23:16:37 UTC (rev 53440)
+++ PKGBUILD	2009-09-30 23:57:57 UTC (rev 53441)
@@ -4,14 +4,14 @@
 
 pkgname=weechat
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
 license=('GPL')
 depends=('gnutls>=2.6.4' 'aspell' 'tcl')
-makedepends=('pkgconfig' 'perl>=5.10' 'python>=2.6' 'lua')
-optdepends=('perl>=5.10' 'python>=2.6' 'lua')
+makedepends=('pkgconfig' 'perl>=5.10.1-3' 'python>=2.6' 'lua')
+optdepends=('perl>=5.10.1-3' 'python>=2.6' 'lua')
 source=(http://www.weechat.org/files/src/$pkgname-$pkgver.tar.bz2)
 options=(!libtool)
 md5sums=('c31cfc229e964ff9257cc9c7f9e6c9bc')
@@ -19,8 +19,9 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
+              --includedir=${pkgdir}/usr/include
               --disable-ruby \
               --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
-  make DESTDIR="${pkgdir}/" install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list