mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
parent
6c100caa1b
commit
a827fde441
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'ifupdown'
|
# Template file for 'ifupdown'
|
||||||
pkgname=ifupdown
|
pkgname=ifupdown
|
||||||
version=0.8.31
|
version=0.8.32
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc="$pkgname"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=1
|
make_use_env=1
|
||||||
hostmakedepends="dpkg perl"
|
hostmakedepends="dpkg perl"
|
||||||
short_desc="High level tools to configure network interfaces"
|
short_desc="High level tools to configure network interfaces"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://tracker.debian.org/pkg/ifupdown"
|
homepage="https://tracker.debian.org/pkg/ifupdown"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/i/ifupdown/ifupdown_${version}.tar.xz"
|
distfiles="http://http.debian.net/debian/pool/main/i/ifupdown/ifupdown_${version}.tar.xz"
|
||||||
checksum=a5dd8c6e79465b81a4c4f9dab3f00de83a2f6fbea4dc01ecbb2fbb727f8bcad6
|
checksum=fe562c9934cd4d95d5d3374bb49097824b53e7d48c38ab1a4411cb19d407cfcf
|
||||||
|
|
||||||
make_dirs="/etc/network/interfaces.d 0755 root root
|
make_dirs="/etc/network/interfaces.d 0755 root root
|
||||||
/etc/network/if-pre-up.d 0755 root root
|
/etc/network/if-pre-up.d 0755 root root
|
||||||
|
@ -24,7 +24,6 @@ post_install() {
|
||||||
vman interfaces.5
|
vman interfaces.5
|
||||||
vman ifup.8
|
vman ifup.8
|
||||||
|
|
||||||
|
|
||||||
for _i in examples/* ; do
|
for _i in examples/* ; do
|
||||||
vsconf $_i
|
vsconf $_i
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue