cgminer: update to 3.9.0.
This commit is contained in:
parent
af2a40b124
commit
70920fa436
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cgminer'
|
||||
pkgname=cgminer
|
||||
version=3.8.3
|
||||
version=3.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="https://github.com/ckolivas/cgminer"
|
||||
distfiles="http://ck.kolivas.org/apps/cgminer/cgminer-${version}.tar.bz2"
|
||||
checksum=d88b5e85638dcc3437544aa35b97e6ec7823ed2516f972c1cdd862681f59f0d4
|
||||
checksum=f4a9af3e5e08919cfc9ca26628d63e7a3f8e986ebfa358b7316a79b1e8621790
|
||||
|
||||
pre_configure() {
|
||||
# We have latest jansson and libusb - just use them
|
||||
|
@ -23,8 +23,8 @@ pre_configure() {
|
|||
-e 's|compat/Makefile||' \
|
||||
-i configure.ac
|
||||
|
||||
sed -e 's|^JANSSON_INCLUDES= .*||' \
|
||||
-e "s|^USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
|
||||
sed -e 's|^JANSSON_CPPFLAGS= .*||' \
|
||||
-e "s|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I${XBPS_CROSS_BASE}/usr/include/libusb-1.0|" \
|
||||
-e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
|
||||
-i Makefile.am
|
||||
|
||||
|
|
Loading…
Reference in New Issue