mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump expat version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
d1bcce3e82
commit
2a3958f042
3 changed files with 10 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
||||||
VERSION="R_2_2_7"
|
VERSION="2.2.8"
|
||||||
SRCDIR="libexpat-${VERSION}/expat"
|
SRCDIR="expat-${VERSION}"
|
||||||
TARBALL="${VERSION}.tar.gz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://github.com/libexpat/libexpat/archive"
|
URL="https://github.com/libexpat/libexpat/releases/download/R_2_2_8"
|
||||||
SHA256SUM="4efe89dfd8c2f9b971bf9089efa4cc163ac997a75da92c08be14d80a091474e6"
|
SHA256SUM="61caa81a49d858afb2031c7b1a25c97174e7f2009aa1ec4e1ffad2316b91779b"
|
||||||
DEPENDS="libbsd-dev toolchain"
|
DEPENDS="libbsd-dev toolchain"
|
||||||
SUBPKG="expat expat-dev"
|
SUBPKG="expat expat-dev"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
autoreconf --force --install --symlink
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -5,4 +5,4 @@ file lib/pkgconfig/expat.pc 0644 0 0
|
||||||
file include/expat.h 0644 0 0
|
file include/expat.h 0644 0 0
|
||||||
file include/expat_config.h 0644 0 0
|
file include/expat_config.h 0644 0 0
|
||||||
file include/expat_external.h 0644 0 0
|
file include/expat_external.h 0644 0 0
|
||||||
slink lib/libexpat.so 0777 0 0 libexpat.so.1.6.9
|
slink lib/libexpat.so 0777 0 0 libexpat.so.1.6.10
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
file lib/libexpat.so.1.6.9 0755 0 0
|
dir lib 0755 0 0
|
||||||
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.9
|
file lib/libexpat.so.1.6.10 0755 0 0
|
||||||
|
slink lib/libexpat.so.1 0777 0 0 libexpat.so.1.6.10
|
||||||
|
|
Loading…
Reference in a new issue