[arch-commits] Commit in weechat/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sat May 31 05:06:04 UTC 2014


    Date: Saturday, May 31, 2014 @ 07:06:04
  Author: fyan
Revision: 213886

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  weechat/repos/staging-i686/
  weechat/repos/staging-i686/PKGBUILD
    (from rev 213885, weechat/trunk/PKGBUILD)
  weechat/repos/staging-x86_64/
  weechat/repos/staging-x86_64/PKGBUILD
    (from rev 213885, weechat/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: weechat/repos/staging-i686/PKGBUILD (from rev 213885, weechat/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-05-31 05:06:04 UTC (rev 213886)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/"
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('07500f0d1054691d88f21dd12b7c5871')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}

Copied: weechat/repos/staging-x86_64/PKGBUILD (from rev 213885, weechat/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-05-31 05:06:04 UTC (rev 213886)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=weechat
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/"
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('07500f0d1054691d88f21dd12b7c5871')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+        -DENABLE_MAN=ON \
+        -DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}




More information about the arch-commits mailing list