dateutils: update to 0.4.4.
This commit is contained in:
parent
f59362d336
commit
bc759488dd
1 changed files with 5 additions and 3 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'dateutils'
|
# Template file for 'dateutils'
|
||||||
pkgname=dateutils
|
pkgname=dateutils
|
||||||
version=0.4.3
|
version=0.4.4
|
||||||
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"
|
||||||
short_desc="Nifty command line date and time utilities"
|
short_desc="Nifty command line date and time utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.fresse.org/dateutils/"
|
homepage="http://www.fresse.org/dateutils/"
|
||||||
|
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/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b0d579062bc957823fb7efcb2c520fb6fb43ab79a352026402b06ecfc4c58f1a
|
checksum=a9cc2efbb10681130ac725946984e12330e94f43877d865d7f5c131dcf09c84f
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/sysctl\.h/d' build-aux/yuck.c
|
sed -i '/sysctl\.h/d' build-aux/yuck.c
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue