mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
expat: update to 2.1.0.
This commit is contained in:
parent
5d64b4e163
commit
43a90cd033
2 changed files with 9 additions and 13 deletions
|
@ -1,18 +1,13 @@
|
||||||
# Template file for 'expat-devel'.
|
# Template file for 'expat-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run expat ">=${version}"
|
||||||
|
|
||||||
Add_dependency run expat
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
do_install()
|
vmove "usr/lib/*.a" usr/lib
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'expat'
|
# Template file for 'expat'
|
||||||
pkgname=expat
|
pkgname=expat
|
||||||
version=2.0.1
|
version=2.1.0
|
||||||
revision=2
|
homepage="http://expat.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="XML parser library written in C"
|
short_desc="XML parser library written in C"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93
|
license="MIT"
|
||||||
|
checksum=823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
|
||||||
long_desc="
|
long_desc="
|
||||||
This is James Clark's expat XML parser library in C. It is a stream
|
This is James Clark's expat XML parser library in C. It is a stream
|
||||||
oriented parser that requires setting handlers to deal with the
|
oriented parser that requires setting handlers to deal with the
|
||||||
|
|
Loading…
Add table
Reference in a new issue