From 87727475c55aafb392e210b6b0b78c4d66ad352c Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Fri, 28 May 2021 15:57:36 -0700 Subject: [PATCH] tiptop: fix license, layout, vsed --- srcpkgs/tiptop/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tiptop/template b/srcpkgs/tiptop/template index 87f76780a85..14019890862 100644 --- a/srcpkgs/tiptop/template +++ b/srcpkgs/tiptop/template @@ -1,20 +1,20 @@ # Template file for 'tiptop' pkgname=tiptop version=2.3.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="flex" -CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libxml2" makedepends="ncurses-devel libxml2-devel" short_desc="Performance monitoring tool using hardware counters" maintainer="Leah Neukirchen " -license="GPL-2" +license="GPL-2.0-only" homepage="http://tiptop.gforge.inria.fr/" distfiles="http://tiptop.gforge.inria.fr/releases/${pkgname}-${version}.tar.gz" checksum=51c4449c95bba34f16b429729c2f58431490665d8093efaa8643b2e1d1084182 +CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libxml2" post_extract() { - sed -i "s/\`uname -m\`/$XBPS_TARGET_MACHINE/" configure + vsed -i "s/\`uname -m\`/$XBPS_TARGET_MACHINE/" configure } post_install() {