[arch-commits] Commit in bti/repos/community-i686 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sun Jul 14 11:42:28 UTC 2013
Date: Sunday, July 14, 2013 @ 13:42:28
Author: jlichtblau
Revision: 94100
archrelease: copy trunk to community-i686
Added:
bti/repos/community-i686/PKGBUILD
(from rev 94099, bti/trunk/PKGBUILD)
Deleted:
bti/repos/community-i686/PKGBUILD
----------+
PKGBUILD | 63 +++++++++++++++++++++++++++----------------------------------
1 file changed, 28 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-14 11:42:15 UTC (rev 94099)
+++ PKGBUILD 2013-07-14 11:42:28 UTC (rev 94100)
@@ -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-i686/PKGBUILD (from rev 94099, bti/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-07-14 11:42:28 UTC (rev 94100)
@@ -0,0 +1,28 @@
+# $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')
+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