mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dateutils: update to 0.4.11.
This commit is contained in:
parent
88a5fe88f0
commit
a7cf1314a8
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dateutils'
|
# Template file for 'dateutils'
|
||||||
pkgname=dateutils
|
pkgname=dateutils
|
||||||
version=0.4.10
|
version=0.4.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
|
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
|
||||||
|
@ -10,8 +10,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.fresse.org/dateutils/"
|
homepage="http://www.fresse.org/dateutils/"
|
||||||
changelog="http://www.fresse.org/dateutils/changelog.html"
|
changelog="http://www.fresse.org/dateutils/changelog.html"
|
||||||
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
|
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-${version}.tar.xz"
|
||||||
checksum=3c508e2889b9d5aecab7d59d7325a70089593111a1230a496dab0f5ad677cdec
|
checksum=b8fea0b09714bbadf202b9b3434cce6b59c282e7869268d0c08b85880fdbb446
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i '/sysctl\.h/d' build-aux/yuck.c
|
vsed -i '/sysctl\.h/d' build-aux/yuck.c
|
||||||
|
@ -34,5 +34,5 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
rm -f "${DESTDIR}/usr/share/doc/dateutils/LICENSE"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue