void-packages/srcpkgs/batctl14/template
Đoàn Trần Công Danh ef11f57681 srcpkgs: add patch_args=-Np0 en-mass
Generated with:

        git ls-files 'srcpkgs/**/patches/*' |
        cut -d/ -f2 | uniq |
        xargs printf 'srcpkgs/%s/template\n'  |
        xargs grep -L 'patch_args=' |
        xargs sed -i '$a patch_args=-Np0"
2021-06-20 13:17:29 +07:00

17 lines
618 B
Bash

# Template file for 'batctl14'
pkgname=batctl14
version=2013.4.0
revision=2
wrksrc="batctl-$version"
build_style=gnu-makefile
make_install_args="SBINDIR=/usr/bin"
hostmakedepends="pkg-config"
makedepends="libnl3-devel"
short_desc="B.A.T.M.A.N. advanced management tool (protocol version 14)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.open-mesh.net/"
distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
checksum=4deae3b6664d0d13acf7a8ece74175a31a72fe58fb15cb9112a9a2014b32cb4c
conflicts="batctl>=0"
patch_args=-Np0