diff options
Diffstat (limited to 'repos/extra/libxml2/abuild')
| -rw-r--r-- | repos/extra/libxml2/abuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild new file mode 100644 index 00000000..39c42495 --- /dev/null +++ b/repos/extra/libxml2/abuild @@ -0,0 +1,7 @@ +name=libxml2 +version=2.14.1 +release=1 +source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz + overflow.patch" +build_type=configure_build +build_opt="--with-history --with-icu --with-python=/usr/bin/python" |