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

Felix Yan fyan at archlinux.org
Mon Jul 21 08:47:54 UTC 2014


    Date: Monday, July 21, 2014 @ 10:47:53
  Author: fyan
Revision: 116046

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

Added:
  boinctui/repos/community-i686/
  boinctui/repos/community-i686/PKGBUILD
    (from rev 116045, boinctui/trunk/PKGBUILD)
  boinctui/repos/community-x86_64/
  boinctui/repos/community-x86_64/PKGBUILD
    (from rev 116045, boinctui/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: boinctui/repos/community-i686/PKGBUILD (from rev 116045, boinctui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-21 08:47:53 UTC (rev 116046)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=boinctui
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'gnutls')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('c60ffeb69abeb013ff331c13d8737ea526641f7e8114562a9878ceeeeafa052f467a5ea15ae91cf7a47ea1d0fe69ed545c2b695c11e18207b14b423d59dcab34')

Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 116045, boinctui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-21 08:47:53 UTC (rev 116046)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=boinctui
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'gnutls')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('c60ffeb69abeb013ff331c13d8737ea526641f7e8114562a9878ceeeeafa052f467a5ea15ae91cf7a47ea1d0fe69ed545c2b695c11e18207b14b423d59dcab34')




More information about the arch-commits mailing list