mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nvme-cli: use conf_files; get rid of unnecessary deps/CFLAGS.
This commit is contained in:
parent
220c0137d0
commit
68be27176a
1 changed files with 2 additions and 4 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'nvme-cli'
|
# Template file for 'nvme-cli'
|
||||||
pkgname=nvme-cli
|
pkgname=nvme-cli
|
||||||
version=1.10.1
|
version=1.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
# yeah, it must be 0 to enable
|
# yeah, it must be 0 to enable
|
||||||
make_build_args="LIBUUID=0"
|
make_build_args="LIBUUID=0"
|
||||||
make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev"
|
make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev"
|
||||||
make_install_target="install-spec"
|
make_install_target="install-spec"
|
||||||
makedepends="libuuid-devel"
|
makedepends="libuuid-devel"
|
||||||
depends="util-linux"
|
|
||||||
short_desc="NVMe management command line interface"
|
short_desc="NVMe management command line interface"
|
||||||
maintainer="Peter Froehlich <peter.hans.froehlich@gmail.com>"
|
maintainer="Peter Froehlich <peter.hans.froehlich@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://nvmexpress.org"
|
homepage="http://nvmexpress.org"
|
||||||
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
|
||||||
checksum=6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31
|
checksum=6be38485464e37fd822eba05eb3b47e792565350b2c0249a94528910cdc1ea31
|
||||||
|
conf_files="/etc/nvme/*.conf"
|
||||||
CFLAGS="-Wno-error -I."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# these files are touch'd by install, remove so they aren't registered
|
# these files are touch'd by install, remove so they aren't registered
|
||||||
|
|
Loading…
Add table
Reference in a new issue