diff --git a/srcpkgs/gpm/template b/srcpkgs/gpm/template index 68e87bbdc0..d6ef29079a 100644 --- a/srcpkgs/gpm/template +++ b/srcpkgs/gpm/template @@ -4,15 +4,18 @@ version=1.20.7 revision=8 build_style=gnu-configure configure_args="--sbindir=/usr/bin" -hostmakedepends="automake libtool flex" +hostmakedepends="automake libtool flex wget" makedepends="ncurses-devel libfl-devel" -short_desc="A mouse server for the console and xterm" +short_desc="Mouse server for the console and xterm" maintainer="Juan RP " homepage="http://www.nico.schottelius.org/software/gpm/" license="GPL-2" distfiles="http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${version}.tar.lzma" checksum=a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c +# SSL certificate subject doesn't match host www.nico.schottelius.org +XBPS_FETCH_CMD="wget --no-check-certificate" + pre_configure() { ./autogen.sh }