2012-11-21 11:12:43 -06:00
|
|
|
# Description: XML library version 2
|
2023-12-07 11:51:36 +01:00
|
|
|
# URL: https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2019-08-27 21:48:19 +10:00
|
|
|
# Depends on: libxml2 xz-32 zlib-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=libxml2-32
|
2024-01-17 22:39:47 +01:00
|
|
|
version=2.12.4
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2022-10-15 22:35:46 -05:00
|
|
|
source=(https://download.gnome.org/sources/libxml2/${version:0:4}/libxml2-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
2014-10-18 22:57:32 +11:00
|
|
|
build() {
|
2017-06-17 17:39:44 +10:00
|
|
|
cd ${name%-*}-$version
|
2012-11-21 11:12:43 -06:00
|
|
|
|
2014-10-18 22:57:32 +11:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2012-11-21 11:12:43 -06:00
|
|
|
--libdir=/usr/lib32 \
|
2022-09-03 14:21:37 +02:00
|
|
|
--sysconfdir=/etc \
|
2014-10-18 22:57:32 +11:00
|
|
|
--without-python
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2015-11-21 13:10:45 +11:00
|
|
|
|
2016-05-28 15:31:35 +10:00
|
|
|
rm -r $PKG/usr/{bin,include,share/man,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|