From 5603e194059163db43d598eb77b5d830793749bd Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Wed, 30 Jun 2021 19:25:46 -0700 Subject: [PATCH] xzoom: fix license, update homepage and disfiles links, vsed --- srcpkgs/xzoom/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xzoom/template b/srcpkgs/xzoom/template index fd5c19eb6be..eaa30662bd6 100644 --- a/srcpkgs/xzoom/template +++ b/srcpkgs/xzoom/template @@ -1,19 +1,19 @@ # Template file for 'xzoom' pkgname=xzoom version=0.3 -revision=1 +revision=2 hostmakedepends="imake" makedepends="libXt-devel libXext-devel" short_desc="Magnify part of X display, with real-time updates" maintainer="Daniel Santana " -license="Custom" -homepage="http://sunsite.unc.edu/pub/linux/libs/X/" -distfiles="http://webdiis.unizar.es/pub/unix/X11/${pkgname}-${version}.tgz" +license="custom:xzoom" +homepage="http://www.ibiblio.org/pub/linux/libs/X/" +distfiles="http://www.ibiblio.org/pub/linux/libs/X/xzoom-${version}.tgz" checksum=b26bfd692d3e1d30e8d524d4018fc3f0fe847983a2778a4a2496784bfc2df44b do_build() { CC=cc xmkmf - sed -i "s@-O2@$CFLAGS@" ./Makefile + vsed -i "s@-O2@$CFLAGS@" ./Makefile make CC=$CC CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}" }