[arch-commits] Commit in cgminer/repos (2 files)

Felix Yan fyan at nymeria.archlinux.org
Thu Mar 7 12:34:05 UTC 2013


    Date: Thursday, March 7, 2013 @ 13:34:04
  Author: fyan
Revision: 85800

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

Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   54 --------------------------------------------
 community-x86_64/PKGBUILD |   54 --------------------------------------------
 2 files changed, 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-07 12:33:36 UTC (rev 85799)
+++ community-i686/PKGBUILD	2013-03-07 12:34:04 UTC (rev 85800)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=2.11.0
-_build=
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer."
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-            'opencl-catalyst: OpenCL implementation for AMD')
-source=("http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir"
-  cd $pkgname-$pkgver${_build}
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver${_build}
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-md5sums=('e0f597a373203acc346d7a07a694d03e'
-         'fe4a243fabe24608f5c05e40f0f118f6'
-         'bd76fc92fedce18c59ccea2aa79cc664')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-07 12:33:36 UTC (rev 85799)
+++ community-x86_64/PKGBUILD	2013-03-07 12:34:04 UTC (rev 85800)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=2.11.0
-_build=
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer."
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-            'opencl-catalyst: OpenCL implementation for AMD')
-source=("http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir"
-  cd $pkgname-$pkgver${_build}
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver${_build}
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-md5sums=('e0f597a373203acc346d7a07a694d03e'
-         'fe4a243fabe24608f5c05e40f0f118f6'
-         'bd76fc92fedce18c59ccea2aa79cc664')




More information about the arch-commits mailing list