parent
42dcf4e490
commit
1feba52b41
3 changed files with 17 additions and 3 deletions
@ -0,0 +1,10 @@ |
||||
function load(package) |
||||
end |
||||
|
||||
function install(package) |
||||
os.vrunv("make", {"headers_install", "INSTALL_HDR_PATH=" .. package:installdir()}) |
||||
end |
||||
|
||||
function test(package) |
||||
assert(package:has_cincludes("linux/version.h")) |
||||
end |
Loading…
Reference in new issue