2012-11-14 17:04:45 +01:00
|
|
|
# Template file for 'cgminer'
|
|
|
|
pkgname=cgminer
|
2012-12-02 15:53:51 +01:00
|
|
|
version=2.9.6
|
2012-11-14 17:04:45 +01:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
conf_files="/etc/cgminer.conf"
|
|
|
|
configure_args="--enable-cpumining --enable-scrypt"
|
|
|
|
makedepends="pkg-config yasm libcurl-devel opencl-headers libudev-devel
|
|
|
|
ncurses-devel nvidia-opencl"
|
|
|
|
short_desc="Multi-threaded multi-pool CPU and GPU miner for bitcoin"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://www.gnu.org/software/sed"
|
|
|
|
distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2"
|
2012-11-25 10:39:02 +01:00
|
|
|
checksum=cc04ac93a37abc0ea2950e56a06e8c19846299c73136b72dfa40c4737f2a6cec
|
2012-11-14 17:04:45 +01:00
|
|
|
long_desc="
|
|
|
|
This is a multi-threaded multi-pool GPU, FPGA and CPU miner with ATI GPU
|
|
|
|
monitoring, (over)clocking and fanspeed support for bitcoin and derivative
|
|
|
|
coins. Do not use on multiple block chains at the same time!"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall example.conf 644 etc cgminer.conf
|
|
|
|
sed -i -e 's#/usr/local/bin#/usr/bin#g' ${DESTDIR}/etc/cgminer.conf
|
|
|
|
vinstall ${FILESDIR}/cgminer.service 644 usr/lib/systemd/system
|
|
|
|
}
|