# $Id: PKGBUILD 99235 2013-10-26 09:56:23Z fyan $ # Maintainer: Felix Yan # Contributor: monson # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: David Manouchehri # Maintainer (Parabola): Márcio Silva _pkgname=cgminer pkgname=cgminer-libre pkgver=3.6.6 pkgrel=1 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins, without nonfree OpenCL recommendation" url='http://forum.bitcoin.org/index.php?topic=28402.0' license=('GPL3') arch=('i686' 'x86_64' 'mips64el') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver depends=('curl' 'mesa-libcl' 'libusbx' 'jansson') makedepends=('opencl-headers') source=("http://ck.kolivas.org/apps/$_pkgname/$_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/$_pkgname-$pkgver" # We have latest jansson and libusb - just use them sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure sed 's|compat/Makefile ||' -i ./configure sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i ./Makefile.in sed 's|USBUTILS_INCLUDES = -I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in rm -r compat # Here you may want to use custom CFLAGS #export CFLAGS="-O2 -march=native -mtune=native -msse2" ./configure \ --prefix=/usr \ --enable-scrypt \ --enable-opencl \ --enable-bflsc \ --enable-bitforce \ --enable-icarus \ --enable-modminer \ --enable-avalon \ --enable-klondike \ --enable-bitfury \ --with-system-libusb \ --disable-adl # For license issues make } package() { cd "$srcdir/$_pkgname-$pkgver" make DESTDIR="$pkgdir" install install -d "$pkgdir/usr/share/$_pkgname" install -m755 miner.php api-example.* "$pkgdir/usr/share/$_pkgname" 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 } sha512sums=('1f913118fd3a2757a9fa9b2ffb8f1527109e90626044362ce94bbf93e876448cace189bc6c6e0c28f33d71ecc0488312d60530ef20baadf9894e82891b15171d' '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41' '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')