mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
ifenlave: make this build again.
This commit is contained in:
parent
cf74b5c0fb
commit
0569248c6e
1 changed files with 8 additions and 2 deletions
|
@ -6,8 +6,14 @@ 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>"
|
||||||
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
|
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
mkdir ${wrksrc}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_extract() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CC:-gcc} $CFLAGS $LDFLAGS -Wall -Wstrict-prototypes \
|
${CC:-gcc} $CFLAGS $LDFLAGS -Wall -Wstrict-prototypes \
|
||||||
|
@ -21,6 +27,6 @@ do_install() {
|
||||||
|
|
||||||
ifenslave_package() {
|
ifenslave_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue