mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
ifenslave: revbump to update metadata objs.
This commit is contained in:
parent
c350bff8ee
commit
726bdea95c
1 changed files with 3 additions and 12 deletions
|
@ -1,26 +1,17 @@
|
||||||
# Template file for 'ifenslave'
|
# Template file for 'ifenslave'
|
||||||
pkgname=ifenslave
|
pkgname=ifenslave
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=5
|
revision=6
|
||||||
short_desc="Attach and detach slave interfaces to a bonding device"
|
short_desc="Attach and detach slave interfaces to a bonding device"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
mkdir ${wrksrc}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CC} ${CFLAGS} -fPIE ${LDFLAGS} -pie -Wall -Wstrict-prototypes \
|
${CC} ${CFLAGS} -fPIE ${LDFLAGS} -pie -Wall -Wstrict-prototypes \
|
||||||
${FILESDIR}/ifenslave.c -o ifenslave
|
${FILESDIR}/ifenslave.c -o ifenslave
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ifenslave 755 usr/sbin
|
vbin ifenslave
|
||||||
vinstall ${FILESDIR}/ifenslave.8 755 usr/share/man/man8
|
vman ${FILESDIR}/ifenslave.8
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue