From fdb16dcfeafda6900a1ad01e15f6f5f58ef9245b Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 28 Jun 2021 14:48:21 -0700 Subject: [PATCH] wvstreams: fix license, template layout sgn: remove --sbindir --- srcpkgs/wvstreams/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template index 068c219442..7f97af1b3b 100644 --- a/srcpkgs/wvstreams/template +++ b/srcpkgs/wvstreams/template @@ -1,16 +1,16 @@ # Template file for 'wvstreams' pkgname=wvstreams version=4.6.1 -revision=20 +revision=21 build_style=gnu-configure -maintainer="Enno Boland " -license="LGPL-2" +configure_args="--without-dbus --without-tcl --without-qt" +makedepends="openssl-devel zlib-devel" short_desc="Library for doing network in C++" +maintainer="Enno Boland " +license="LGPL-2.0-only" homepage="https://code.google.com/p/wvstreams" distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz" -makedepends="openssl-devel zlib-devel" checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 -configure_args="--sbindir=/usr/bin --without-dbus --without-tcl --without-qt" conf_files="/etc/uniconf.conf" replaces="uniconf>=0"