Updated download URL in base/expat build filewhich was upgraded in previous commit Converted all upper case variables to lower case in mksm
31 lines
641 B
Text
Executable file
31 lines
641 B
Text
Executable file
app=expat
|
|
version=2.4.5
|
|
build=1sml
|
|
homepage='https://libexpat.github.io/'
|
|
download="https://github.com/libexpat/libexpat/archive/refs/tags/R_2_4_5.tar.gz"
|
|
desc="C library for parsing XML"
|
|
requires="musl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--disable-static
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
17480d0634b66bc2873897353d94b0c623e2a9a362cabe50f66adb62d5541b0f7bc4e2d3110124c4a1e14498e4db2c582a600e12234ebf91eeffe222f5dee44a expat-2.4.5.tar.lz
|
|
"
|