ifenlave: make this build again.

This commit is contained in:
Juan RP 2013-10-27 09:48:38 +01:00
parent cf74b5c0fb
commit 0569248c6e

View file

@ -6,8 +6,14 @@ 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
do_fetch() {
mkdir ${wrksrc}
}
do_extract() {
:
}
do_build() {
${CC:-gcc} $CFLAGS $LDFLAGS -Wall -Wstrict-prototypes \
@ -21,6 +27,6 @@ do_install() {
ifenslave_package() {
pkg_install() {
vmove usr
vmove all
}
}