mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libyaml: update to 0.2.4.
This commit is contained in:
parent
6c59683d0b
commit
89485b94ff
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libyaml'
|
# Template file for 'libyaml'
|
||||||
pkgname=libyaml
|
pkgname=libyaml
|
||||||
version=0.2.2
|
version=0.2.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||||
|
@ -9,14 +9,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pyyaml.org/wiki/LibYAML"
|
homepage="https://pyyaml.org/wiki/LibYAML"
|
||||||
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz"
|
||||||
checksum=46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe
|
checksum=02265e0229675aea3a413164b43004045617174bdb2c92bf6782f618f8796b55
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense License
|
||||||
}
|
}
|
||||||
|
|
||||||
libyaml-devel_package() {
|
libyaml-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue