[arch-commits] Commit in bti/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun Jul 14 11:36:26 UTC 2013


    Date: Sunday, July 14, 2013 @ 13:36:26
  Author: jlichtblau
Revision: 94095

archrelease: copy trunk to community-x86_64

Added:
  bti/repos/community-x86_64/PKGBUILD
    (from rev 94094, bti/trunk/PKGBUILD)
Deleted:
  bti/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-14 11:35:51 UTC (rev 94094)
+++ PKGBUILD	2013-07-14 11:36:26 UTC (rev 94095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: uvok <uvok at online dot de>
-# Contributor: Urist <9362773 at gmail.com>
-
-pkgname=bti
-pkgver=032
-pkgrel=3
-pkgdesc='Console client for Twitter and identi.ca'
-arch=('i686' 'x86_64')
-url='http://gregkh.github.com/bti/'
-license=('GPL')
-depends=('pcre' 'libxml2' 'curl' 'liboauth')
-makedepends=('git')
-
-build() {
-  local _gitroot='git://github.com/gregkh/bti.git'
-  git clone ${_gitroot}
-
-  cd bti
-  git checkout ${pkgver}
-
-  ./autogen.sh
-
-  ./configure \
-    --prefix=/usr
-
-  make
-}
-
-package() {
-  cd bti
-  
-  make DESTDIR=${pkgdir} install
-}

Copied: bti/repos/community-x86_64/PKGBUILD (from rev 94094, bti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-14 11:36:26 UTC (rev 94095)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: uvok <uvok at online dot de>
+# Contributor: Urist <9362773 at gmail.com>
+
+pkgname=bti
+pkgver=033
+pkgrel=1
+pkgdesc='Console client for Twitter and identi.ca'
+arch=('i686' 'x86_64')
+url='http://gregkh.github.com/bti/'
+license=('GPL')
+depends=('pcre' 'libxml2' 'curl' 'liboauth' 'json-c')
+makedepends=('git')
+source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3d9d8a86a718a4820387c75ac2af24fecfe754ee562163d700acb7cf795d753')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list