From 063e61594d645a9546646455d554cdb365fdd110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 2 Oct 2015 11:53:40 +0200 Subject: [PATCH] conky-cli: nocross=yes; really fix download Doesn't cross compile because of missing /proc/net/if_inet6 see http://build.voidlinux.eu/builders/armv7l-musl_builder/builds/4640/steps/shell_3/logs/stdio --- srcpkgs/conky-cli/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/conky-cli/template b/srcpkgs/conky-cli/template index 4b0ab6cc34..15339e35be 100644 --- a/srcpkgs/conky-cli/template +++ b/srcpkgs/conky-cli/template @@ -13,11 +13,12 @@ makedepends="lua52-devel ncurses-devel wireless_tools-devel libglib-devel libcur conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf" provides="conky-${version}_${revision}" conflicts="conky>=0" +nocross=yes short_desc="Conky command line without X11" maintainer="Ypnose " license="BSD, GPL-3" homepage="http://conky.sourceforge.net/" -distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz" +distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz" checksum=f392f3f91fcc37f04ff65d53957512e4d81b7b9b36394acb5ecaefe92623f8eb pre_configure() {