2015-01-27 09:25:14 +00:00
|
|
|
# Template file for 'dateutils'
|
|
|
|
pkgname=dateutils
|
2015-03-12 13:50:43 +00:00
|
|
|
version=0.3.2
|
2015-03-13 08:25:31 +00:00
|
|
|
revision=3
|
2015-01-27 09:25:14 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
|
|
|
|
short_desc="Nifty command line date and time utilities"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-01-27 09:25:14 +00:00
|
|
|
license="BSD"
|
|
|
|
homepage="http://www.fresse.org/dateutils/"
|
|
|
|
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
|
2015-03-12 13:50:43 +00:00
|
|
|
checksum=551620b01c08d5feffb68fde6bb669fe09275dd316a79aeca0efcbe3ec774a3e
|
2015-03-13 08:25:31 +00:00
|
|
|
hostmakedepends="automake libtool libltdl-devel"
|
2015-03-12 14:33:45 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
2015-03-13 08:25:31 +00:00
|
|
|
autoreconf -fi
|
2015-03-12 14:33:45 +00:00
|
|
|
}
|