void-packages/srcpkgs/ifenslave/template

18 lines
435 B
Bash
Raw Normal View History

# Template file for 'ifenslave'
pkgname=ifenslave
version=1.1.0
revision=6
short_desc="Attach and detach slave interfaces to a bonding device"
homepage="http://www.kernel.org"
license="GPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-07-09 15:07:29 +02:00
do_build() {
2014-06-05 10:50:30 +02:00
${CC} ${CFLAGS} -fPIE ${LDFLAGS} -pie -Wall -Wstrict-prototypes \
${FILESDIR}/ifenslave.c -o ifenslave
}
2012-07-09 15:07:29 +02:00
do_install() {
vbin ifenslave
vman ${FILESDIR}/ifenslave.8
}