expat 2.2.6-1

This commit is contained in:
emmett1
2018-08-19 22:21:47 +08:00
parent b2f1d195d0
commit ca5ec33f5b

View File

@@ -4,13 +4,15 @@
# depends : glibc
name=expat
version=2.2.5
version=2.2.6
release=1
source=(http://prdownloads.sourceforge.net/$name/$name-$version.tar.bz2)
md5sum=(ca047ae951b40020ac831c28859161b2)
build() {
cd $name-$version
# fix a problem with the regression tests in the LFS environment
sed -i 's|usr/bin/env |bin/|' run.sh.in
./configure --prefix=/usr --disable-static
@@ -20,4 +22,3 @@ build() {
install -v -dm755 $PKG/usr/share/doc/$name
install -v -m644 doc/*.{html,png,css} $PKG/usr/share/doc/$name
}
md5sum=(789e297f547980fc9ecc036f9a070d49)