Search Criteria
Package Details: mingw-w64-expat 2.6.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-expat.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-expat |
Description: | An XML parser library (mingw-w64) |
Upstream URL: | http://expat.sourceforge.net |
Licenses: | MIT |
Submitter: | Schala |
Maintainer: | CloverGit |
Last Packager: | CloverGit |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-06 08:29 (UTC) |
Last Updated: | 2024-11-16 10:17 (UTC) |
Latest Comments
1 2 3 Next › Last »
Kostin_Pavel commented on 2022-11-03 08:10 (UTC)
Please update PKGBUILD to the following: pkgname=mingw-w64-expat pkgver=2.5.0 pkgrel=1 pkgdesc="An XML parser library (mingw-w64)" arch=(any) url="http://expat.sourceforge.net" license=("custom") makedepends=(mingw-w64-configure) depends=(mingw-w64-crt) options=(!strip !buildflags staticlibs) source=("https://sourceforge.net/projects/expat/files/expat/${pkgver}/expat-${pkgver}.tar.bz2/download")
sha512sums=('22fd904d75aab7506a85c03519b9cf79e44898c8e1ba6abf6cb7f95de71b8e63a7e2d5cf4395e3627d46035ea29342b3e631a8809fef8aad3f59976dc075ad17')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { cd "${srcdir}/expat-${pkgver}" for _arch in ${_architectures}; do mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-configure --without-docbook --without-examples --without-tests --without-xmlwf .. make popd done }
package() { for _arch in ${_architectures}; do cd "${srcdir}/expat-${pkgver}/build-${_arch}" make DESTDIR="$pkgdir" install ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/.dll ${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/.a rm -r "$pkgdir/usr/${_arch}/share" done }
andylinpersonal commented on 2022-02-19 21:11 (UTC)
Link to source package is renamed and broken now due to known vulnerablility.
http://downloads.sourceforge.net/expat/expat-2.4.2.tar.bz2 becomes https://downloads.sourceforge.net/expat/expat-2.4.2-RENAMED-VULNERABLE-PLEASE-USE-2.4.5-INSTEAD.tar.bz2
newmentos commented on 2020-12-03 17:13 (UTC) (edited on 2020-12-03 17:13 (UTC) by newmentos)
/usr/bin/ld: unrecognized option '--enable-auto-image-base'
tuxsavvy commented on 2018-08-31 10:24 (UTC)
docbook2x
is now an optional dep(endency). Build log without docbook2x:calegria commented on 2017-08-30 01:48 (UTC)
ricco19 commented on 2015-07-17 14:20 (UTC)
xantares commented on 2015-02-26 14:12 (UTC)
carstene1ns commented on 2014-11-22 13:07 (UTC)
1 2 3 Next › Last »