mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ebtables: remove _ from version string.
This commit is contained in:
parent
1dfd10f954
commit
f481957cb3
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'ebtables'
|
# Template file for 'ebtables'
|
||||||
pkgname=ebtables
|
pkgname=ebtables
|
||||||
version=2.0.10_4
|
version=2.0.10.4
|
||||||
revision=2
|
_version=${version%.*}-${version##*.}
|
||||||
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Filtering tool for a Linux-based bridging firewall"
|
short_desc="Filtering tool for a Linux-based bridging firewall"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ebtables.netfilter.org/"
|
homepage="http://ebtables.netfilter.org/"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${version/_/-}.tar.gz"
|
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
|
||||||
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
|
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
|
||||||
wrksrc=${pkgname}-v${version/_/-}
|
wrksrc=${pkgname}-v${_version}
|
||||||
make_build_args="CFLAGS+=-Wno-error=unused-but-set-variable"
|
make_build_args="CFLAGS+=-Wno-error=unused-but-set-variable"
|
||||||
make_install_args="
|
make_install_args="
|
||||||
LIBDIR=/usr/lib \
|
LIBDIR=/usr/lib \
|
||||||
|
|
Loading…
Add table
Reference in a new issue