void-packages/srcpkgs/ifenslave/template
2013-02-16 09:56:56 +01:00

23 lines
568 B
Plaintext

# Template file for 'ifenslave'
pkgname=ifenslave
version=1.1.0
revision=4
short_desc="Attach and detach slave interfaces to a bonding device"
homepage="http://www.kernel.org"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
nofetch=yes
noextract=yes
do_build() {
${CC:-gcc} $CFLAGS $LDFLAGS -Wall -Wstrict-prototypes \
${FILESDIR}/ifenslave.c -o ifenslave
}
do_install() {
vinstall ifenslave 755 usr/sbin
vinstall ${FILESDIR}/ifenslave.8 755 usr/share/man/man8
}