parent
ba13d34a14
commit
6079d48aa3
10 changed files with 41 additions and 27 deletions
@ -0,0 +1,23 @@ |
||||
package("libxml2") |
||||
|
||||
set_homepage("http://xmlsoft.org/") |
||||
set_description("The XML C parser and toolkit of Gnome.") |
||||
|
||||
set_urls("https://github.com/GNOME/libxml2/archive/$(version).zip") |
||||
|
||||
add_versions("v2.9.8", "c87793e45e66a7aa19200f861873f75195065de786a21c1b469bdb7bfc1230fb") |
||||
add_versions("v2.9.7", "31dd4c0e10fa625b47e27fd6a5295d246c883f214da947b9a4a9e13733905ed9") |
||||
|
||||
on_build("windows", function (package) |
||||
end) |
||||
|
||||
on_install("windows", function (package) |
||||
end) |
||||
|
||||
on_build("macosx", "linux", function (package) |
||||
import("package.builder.autoconf").build(package) |
||||
end) |
||||
|
||||
on_install("macosx", "linux", function (package) |
||||
import("package.builder.autoconf").install(package) |
||||
end) |
Loading…
Reference in new issue