From 68be27176a2bd7d8d6bdd2953f62bab6e4583aa0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2020 20:11:46 +0100 Subject: [PATCH] nvme-cli: use conf_files; get rid of unnecessary deps/CFLAGS. --- srcpkgs/nvme-cli/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nvme-cli/template b/srcpkgs/nvme-cli/template index c22599d7eb9..b56c9fb50cd 100644 --- a/srcpkgs/nvme-cli/template +++ b/srcpkgs/nvme-cli/template @@ -1,22 +1,20 @@ # Template file for 'nvme-cli' pkgname=nvme-cli version=1.10.1 -revision=1 +revision=2 build_style=gnu-makefile # yeah, it must be 0 to enable make_build_args="LIBUUID=0" make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev" make_install_target="install-spec" makedepends="libuuid-devel" -depends="util-linux" short_desc="NVMe management command line interface" maintainer="Peter Froehlich " license="GPL-2.0-only" homepage="http://nvmexpress.org" distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz" checksum=6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31 - -CFLAGS="-Wno-error -I." +conf_files="/etc/nvme/*.conf" post_install() { # these files are touch'd by install, remove so they aren't registered